Searched refs:PV_TRUE (Results 1 – 9 of 9) sorted by relevance
81 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 …]
573 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()
181 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 …]
261 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()
256 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()
293 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()
35 #define PV_TRUE 1 macro
39 #define PV_TRUE 1 macro
165 &useExtTimestamp, mOutputBuffer[mNumSamplesOutput & 1]) != PV_TRUE) { in decodeFrames()