Searched refs:use_ext_timestamp (Results 1 – 5 of 5) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | pvm4vdecoder.cpp | 121 …me(uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint *use_ext_timestamp, uint8 *curr… in DecodeVideoFrame() argument 123 …t8 **) bitstream, (uint32*)timestamp, (int32*)buffer_size, (uint *) use_ext_timestamp, (uint8 *) c… in DecodeVideoFrame()
|
D | pvdec_api.cpp | 997 … uint32 timestamp[], int32 buffer_size[], uint use_ext_timestamp[], uint8 *currYUV) in PVDecodeVideoFrame() argument 1002 …DecodeVopHeader(decCtrl, buffer, timestamp, buffer_size, &header_info, use_ext_timestamp, currYUV); in PVDecodeVideoFrame() 1025 … timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp [], uint8 *c… in PVDecodeVopHeader() 1157 if (use_ext_timestamp[0]) in PVDecodeVopHeader() 1181 if (use_ext_timestamp[0]) in PVDecodeVopHeader()
|
D | vop.cpp | 803 PV_STATUS DecodeVOPHeader(VideoDecData *video, Vop *currVop, Bool use_ext_timestamp) in DecodeVOPHeader() argument 860 if (!use_ext_timestamp) in DecodeVOPHeader()
|
/external/opencore/codecs_v2/video/m4v_h263/dec/include/ |
D | mp4dec_api.h | 163 …rl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* cu… 164 … timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *cu…
|
D | pvm4vdecoder.h | 80 …me(uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint *use_ext_timestamp, uint8 *yuv);
|