Searched refs:PVDecodeVopHeader (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h158 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *currYUV);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp254 if (PVDecodeVopHeader(
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp1052 /* : 08/22/2002 break up into 2 functions PVDecodeVopHeader and */
1061 status = (PV_STATUS)PVDecodeVopHeader(decCtrl, buffer, timestamp, buffer_size, &header_info, use_ext_timestamp, currYUV);
1074 /* Function : PVDecodeVopHeader() */
1083 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], function

Completed in 13 milliseconds