Home
last modified time | relevance | path

Searched refs:PV_FAIL (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dvop.cpp436 return PV_FAIL; in DecodeVOLHeader()
474 return PV_FAIL; in DecodeVOLHeader()
856 status = PV_FAIL; in DecodeVOPHeader()
884 status = PV_FAIL; in DecodeVOPHeader()
896 status = PV_FAIL; in DecodeVOPHeader()
972 status = PV_FAIL; in DecodeVOPHeader()
1044 status = PV_FAIL; in DecodeShortHeader()
1062 status = PV_FAIL; in DecodeShortHeader()
1070 status = PV_FAIL; in DecodeShortHeader()
1462 status = PV_FAIL; in DecodeShortHeader()
[all …]
H A Dpacket_util.cpp57 return PV_FAIL; in PV_ReadVideoPacketHeader()
70 if (quantizer == 0) return PV_FAIL; /* 04/03/01 */ in PV_ReadVideoPacketHeader()
134 return PV_FAIL; in PV_ReadVideoPacketHeader()
164 return PV_FAIL; in PV_GobHeader()
189 if (currVop->gobNumber >= video->nGOBinVop) return PV_FAIL; in PV_GobHeader()
192 if (quantizer == 0) return PV_FAIL; /* 04/03/01 */ in PV_GobHeader()
214 return PV_FAIL; in PV_H263SliceHeader()
225 if (quantizer == 0) return PV_FAIL; in PV_H263SliceHeader()
230 return PV_FAIL; in PV_H263SliceHeader()
250 return PV_FAIL; in PV_H263SliceHeader()
H A Ddatapart_decode.cpp68 return PV_FAIL; in DecodeFrameDataPartMode()
95 return PV_FAIL; in DecodeFrameDataPartMode()
184 return PV_FAIL; in DecodeDataPart_I_VideoPacket()
223 return PV_FAIL; in DecodeDataPart_I_VideoPacket()
251 return PV_FAIL; in DecodeDataPart_I_VideoPacket()
286 return PV_FAIL; in DecodeDataPart_I_VideoPacket()
344 return PV_FAIL; in DecodeDataPart_P_VideoPacket()
400 return PV_FAIL; in DecodeDataPart_P_VideoPacket()
438 return PV_FAIL; in DecodeDataPart_P_VideoPacket()
500 return PV_FAIL; in DecodeDataPart_P_VideoPacket()
[all …]
H A Dvlc_decode.cpp301 return PV_FAIL; in PV_DecodeMBVec()
306 return PV_FAIL; in PV_DecodeMBVec()
485 return PV_FAIL; in PV_VlcDecMV()
928 return PV_FAIL; in VlcDecTCOEFIntra()
1105 return PV_FAIL; in VlcDecTCOEFInter()
1241 return PV_FAIL; in VlcDecTCOEFShortHeader()
1299 return PV_FAIL; in VlcDecTCOEFShortHeader_AnnexI()
1354 return PV_FAIL; in VlcDecTCOEFShortHeader_AnnexT()
1427 return PV_FAIL; in VlcDecTCOEFShortHeader_AnnexIT()
1538 return PV_FAIL; in RvlcDecTCOEFInter()
[all …]
H A Dcombined_decode.cpp80 return PV_FAIL; in DecodeFrameCombinedMode()
281 while ((status = PV_GobHeader(video)) == PV_FAIL) in DecodeFrameCombinedMode()
405 return PV_FAIL; in GetMBheader()
458 return PV_FAIL; in GetMBheader()
587 return PV_FAIL;
610 if (status != PV_SUCCESS) return PV_FAIL;
621 return PV_FAIL;
669 if (VLC_ERROR_DETECTED(ncoeffs[4])) return PV_FAIL;
679 if (VLC_ERROR_DETECTED(ncoeffs[5])) return PV_FAIL;
705 if (VLC_ERROR_DETECTED(ncoeffs[4])) return PV_FAIL;
[all …]
H A Dmp4def.h26 PV_FAIL, enumerator
H A Dpvdec_api.cpp1019 PV_STATUS status = PV_FAIL; in PVDecodeVideoFrame()
1056 PV_STATUS status = PV_FAIL; in PVDecodeVopHeader()
1257 PV_STATUS status = PV_FAIL; in PVDecodeVopBody()
1434 case PV_FAIL : in PVDecodeVopBody()
H A Dbitstream.cpp812 if (!tmpvar) return PV_FAIL; in quickSearchMotionMarker()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dvop.cpp65 return PV_FAIL; in EncodeVop()
67 return PV_FAIL; in EncodeVop()
82 if (status == PV_FAIL) in EncodeVop()
83 return PV_FAIL; in EncodeVop()
432 status = PV_FAIL; in EncodeShortHeader()
442 status = PV_FAIL; in EncodeShortHeader()
452 status = PV_FAIL; in EncodeShortHeader()
462 status = PV_FAIL; in EncodeShortHeader()
472 status = PV_FAIL; in EncodeShortHeader()
478 status = PV_FAIL; in EncodeShortHeader()
H A Dbitstream_io.cpp218 return PV_FAIL; in BitstreamSaveWord()
272 return PV_FAIL; in BitstreamSavePartial()
451 return PV_FAIL; in BitstreamAppendEnc()
503 return PV_FAIL; in BitstreamAppendPacket()
810 return PV_FAIL; in BitstreamUseOverrunBuffer()
832 return PV_FAIL; in BitstreamUseOverrunBuffer()
849 return PV_FAIL; in BitstreamUseOverrunBuffer()
H A Dmp4def.h75 PV_FAIL, enumerator
H A Ddatapart_encode.cpp81 return PV_FAIL; in EncodeFrameDataPartMode()
287 return PV_FAIL; in EncodeSliceDataPartMode()
H A Dcombined_encode.cpp84 return PV_FAIL; in EncodeFrameCombinedMode()
341 return PV_FAIL; in EncodeSliceCombinedMode()
H A Drate_control.cpp344 return PV_FAIL; in RC_VopUpdateStat()
389 return PV_FAIL; in RC_UpdateBuffer()