Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dbitstream.h153 PV_STATUS PVSearchNextM4VFrame(BitstreamDecVideo *stream);
Dvop.cpp158 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */ in DecodeVOLHeader()
210 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */ in DecodeVOLHeader()
266 status = PVSearchNextM4VFrame(stream);/* search 0x00 0x00 0x01 */ in DecodeVOLHeader()
717 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */ in DecodeVOLHeader()
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()
Dbitstream.cpp632 PV_STATUS PVSearchNextM4VFrame(BitstreamDecVideo *stream) in PVSearchNextM4VFrame() function