Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
BC_DTS_STATUS Struct Reference

#include <bc_dts_defs.h>

Data Fields

uint8_t ReadyListCount
 
uint8_t FreeListCount
 
uint8_t PowerStateChange
 
uint8_t reserved_ [1]
 
uint32_t FramesDropped
 
uint32_t FramesCaptured
 
uint32_t FramesRepeated
 
uint32_t InputCount
 
uint64_t InputTotalSize
 
uint32_t InputBusyCount
 
uint32_t PIBMissCount
 
uint32_t cpbEmptySize
 
uint64_t NextTimeStamp
 
uint8_t reserved__ [16]
 

Detailed Description

struct BC_DTS_STATUS : Number of frames in ready list (reported by driver) : Number of active state power transitions (reported by driver) : Number of frames dropped. (reported by DIL) : Number of frames captured. (reported by DIL) : Number of frames repeated. (reported by DIL) : Times compressed video has been sent to the HW. i.e. Successful DtsProcInput() calls (reported by DIL) : Amount of compressed video that has been sent to the HW. (reported by DIL) : Times compressed video has attempted to be sent to the HW but the input FIFO was full. (reported by DIL) : Amount of times a PIB is invalid. (reported by DIL) : supported only for H.264, specifically changed for Adobe. Report size of CPB buffer available. (reported by DIL) : TimeStamp of the next picture that will be returned by a call to ProcOutput. Added for Adobe. Reported back from the driver

Definition at line 541 of file bc_dts_defs.h.

Field Documentation

uint32_t cpbEmptySize

Definition at line 553 of file bc_dts_defs.h.

uint32_t FramesCaptured

Definition at line 547 of file bc_dts_defs.h.

uint32_t FramesDropped

Definition at line 546 of file bc_dts_defs.h.

uint32_t FramesRepeated

Definition at line 548 of file bc_dts_defs.h.

uint8_t FreeListCount

Definition at line 543 of file bc_dts_defs.h.

uint32_t InputBusyCount

Definition at line 551 of file bc_dts_defs.h.

uint32_t InputCount

Definition at line 549 of file bc_dts_defs.h.

uint64_t InputTotalSize

Definition at line 550 of file bc_dts_defs.h.

uint64_t NextTimeStamp

Definition at line 554 of file bc_dts_defs.h.

uint32_t PIBMissCount

Definition at line 552 of file bc_dts_defs.h.

uint8_t PowerStateChange

Definition at line 544 of file bc_dts_defs.h.

uint8_t ReadyListCount

Definition at line 542 of file bc_dts_defs.h.

uint8_t reserved_[1]

Definition at line 545 of file bc_dts_defs.h.

uint8_t reserved__[16]

Definition at line 555 of file bc_dts_defs.h.


The documentation for this struct was generated from the following file: