Searched defs:pDci (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VD_EXTERNAL_BitstreamParser.c99 M4DECODER_MPEG4_DecoderConfigInfo* pDci,
125 pDci->uiTimeScale = 0;
126 pDci->uiProfile = 0;
127 pDci->uiUseOfResynchMarker = 0;
128 pDci->bDataPartition = M4OSA_FALSE;
129 pDci->bUseOfRVLC = M4OSA_FALSE;
207 pDci->uiTimeScale = code;
377 pDci->uiUseOfResynchMarker = (code) ? 0 : 1;
381 pDci->bDataPartition = (code) ? M4OSA_TRUE : M4OSA_FALSE;
386 pDci
98 M4DECODER_EXTERNAL_ParseVideoDSI(M4OSA_UInt8* pVol, M4OSA_Int32 aVolSize, M4DECODER_MPEG4_DecoderConfigInfo* pDci, M4DECODER_VideoSize* pVideoSize) argument
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp241 M4OSA_Int32 aVolSize, M4DECODER_MPEG4_DecoderConfigInfo* pDci,
267 pDci->uiTimeScale = 0;
268 pDci->uiProfile = 0;
269 pDci->uiUseOfResynchMarker = 0;
270 pDci->bDataPartition = M4OSA_FALSE;
271 pDci->bUseOfRVLC = M4OSA_FALSE;
343 pDci->uiTimeScale = code;
500 pDci->uiUseOfResynchMarker = (code) ? 0 : 1;
504 pDci->bDataPartition = (code) ? M4OSA_TRUE : M4OSA_FALSE;
508 pDci
240 VideoEditorVideoDecoder_internalParseVideoDSI(M4OSA_UInt8* pVol, M4OSA_Int32 aVolSize, M4DECODER_MPEG4_DecoderConfigInfo* pDci, M4DECODER_VideoSize* pVideoSize) argument
[all...]

Completed in 216 milliseconds