Searched refs:PVSearchNextM4VFrame (Results 1 – 4 of 4) sorted by relevance
153 PV_STATUS PVSearchNextM4VFrame(BitstreamDecVideo *stream);
158 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()
1086 if (PVSearchNextM4VFrame(stream) != PV_SUCCESS) in PVDecodeVopHeader()1136 if (PVSearchNextM4VFrame(stream) != PV_SUCCESS) in PVDecodeVopHeader()1192 if (PVSearchNextM4VFrame(stream) != PV_SUCCESS) in PVDecodeVopHeader()
632 PV_STATUS PVSearchNextM4VFrame(BitstreamDecVideo *stream) in PVSearchNextM4VFrame() function