Home
last modified time | relevance | path

Searched refs:PV_TRUE (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp81 Bool status = PV_TRUE; in PVInitVideoDecoder()
312 Bool status = PV_TRUE; in PVAllocVideoData()
561 return PV_TRUE; in PVResetVideoDecoder()
717 return PV_TRUE; in PVCleanUpVideoDecoder()
1031 return PV_TRUE; in PVDecodeVideoFrame()
1241 return PV_TRUE; in PVDecodeVopHeader()
1348 return PV_TRUE; in PVDecodeVopBody()
1471 return PV_TRUE; in PVDecodeVopBody()
1610 return PV_TRUE; in PVDecSetReference()
1652 return PV_TRUE; in PVDecSetEnhReference()
[all …]
H A Dbitstream.cpp573 if (pattern == msk[n_stuffed-1]) return PV_TRUE; in validStuffing()
586 return PV_TRUE; in validStuffing_h263()
589 if (pattern == 0) return PV_TRUE; in validStuffing_h263()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp181 return PV_TRUE; in PVGetDefaultEncOption()
1094 return PV_TRUE; in PVInitVideoEncoder()
1300 return PV_TRUE; in PVCleanUpVideoEncoder()
1345 return PV_TRUE; in PVGetVolHeader()
2225 return PV_TRUE; in PVUpdateVBVDelay()
2253 return PV_TRUE; in PVUpdateIFrameInterval()
2277 return PV_TRUE; in PVUpdateNumIntraMBRefresh()
2303 return PV_TRUE; in PVIFrameRequest()
2356 return PV_TRUE; in PVGetHintTrack()
2392 return PV_TRUE; in PVGetMaxVideoFrameSize()
[all …]
/aosp12/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp261 outHeader->pBuffer) != PV_TRUE) { in onQueueFilled()
275 if (PVDecodeVopBody(mHandle, &tmp) != PV_TRUE) { in onQueueFilled()
387 CHECK_EQ((int)PVResetVideoDecoder(mHandle), (int)PV_TRUE); in onPortFlushCompleted()
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/test/
H A DMpeg4H263DecoderTest.cpp256 ASSERT_EQ(status, PV_TRUE) << "failed to decode vop header"; in processMpeg4H263Decoder()
274 ASSERT_EQ(status, PV_TRUE) << "failed to decode video frame No = %d" << frameIndex; in processMpeg4H263Decoder()
372 ASSERT_EQ(status, PV_TRUE); in TEST_P()
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Dec.cpp293 if (PV_TRUE != PVResetVideoDecoder(mDecHandle)) { in onFlush_sm()
615 mOutputBuffer[mNumSamplesOutput & 1]) != PV_TRUE) { in process()
645 if (PVDecodeVopBody(mDecHandle, &tmpInSize) != PV_TRUE) { in process()
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h35 #define PV_TRUE 1 macro
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h39 #define PV_TRUE 1 macro
/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/
H A Dmpeg4_h263_dec_fuzzer.cpp165 &useExtTimestamp, mOutputBuffer[mNumSamplesOutput & 1]) != PV_TRUE) { in decodeFrames()