Home
last modified time | relevance | path

Searched refs:PVSearchNextM4VFrame (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dvop.cpp154 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */ in DecodeVOLHeader()
206 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */ in DecodeVOLHeader()
262 status = PVSearchNextM4VFrame(stream);/* search 0x00 0x00 0x01 */ in DecodeVOLHeader()
728 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */ in DecodeVOLHeader()
H A Dbitstream.h153 PV_STATUS PVSearchNextM4VFrame(BitstreamDecVideo *stream);
H A Dpvdec_api.cpp1086 if (PVSearchNextM4VFrame(stream) != PV_SUCCESS) in PVDecodeVopHeader()
1136 if (PVSearchNextM4VFrame(stream) != PV_SUCCESS) in PVDecodeVopHeader()
1192 if (PVSearchNextM4VFrame(stream) != PV_SUCCESS) in PVDecodeVopHeader()
H A Dbitstream.cpp632 PV_STATUS PVSearchNextM4VFrame(BitstreamDecVideo *stream) in PVSearchNextM4VFrame() function