Home
last modified time | relevance | path

Searched refs:use_ext_timestamp (Results 1 – 5 of 5) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dpvm4vdecoder.cpp121 …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()
Dpvdec_api.cpp997 … 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()
Dvop.cpp803 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/
Dmp4dec_api.h163 …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…
Dpvm4vdecoder.h80 …me(uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint *use_ext_timestamp, uint8 *yuv);