Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp81 Bool status = PV_TRUE; in PVInitVideoDecoder()
161 if (status == PV_TRUE) in PVInitVideoDecoder()
237 if (status == PV_TRUE) in PVInitVideoDecoder()
238 …status = PV_TRUE; /* we want to make sure that if first layer is bad, second layer is good retu… in PVInitVideoDecoder()
244 status = PV_TRUE; in PVInitVideoDecoder()
255 video->shortVideoHeader = PV_TRUE; in PVInitVideoDecoder()
258 if (video->shortVideoHeader == PV_TRUE) in PVInitVideoDecoder()
295 video->initialized = PV_TRUE; in PVInitVideoDecoder()
312 Bool status = PV_TRUE; in PVAllocVideoData()
317 if (video->shortVideoHeader == PV_TRUE) in PVAllocVideoData()
[all …]
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()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp181 return PV_TRUE; in PVGetDefaultEncOption()
196 Bool status = PV_TRUE; in PVInitVideoEncoder()
637 if (status != PV_TRUE) in PVInitVideoEncoder()
1092 return PV_TRUE; in PVInitVideoEncoder()
1298 return PV_TRUE; in PVCleanUpVideoEncoder()
1343 return PV_TRUE; in PVGetVolHeader()
1385 Bool status = PV_TRUE; in PVEncodeVideoFrame()
1679 Bool status = PV_TRUE; in PVEncodeFrameSet()
2038 return PV_TRUE; in PVGetH263ProfileLevelID()
2045 return PV_TRUE; in PVGetH263ProfileLevelID()
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
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()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/
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()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
Dmp4dec_api.h35 #define PV_TRUE 1 macro
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h39 #define PV_TRUE 1 macro
/frameworks/av/media/libstagefright/codecs/m4v_h263/fuzzer/
Dmpeg4_h263_dec_fuzzer.cpp165 &useExtTimestamp, mOutputBuffer[mNumSamplesOutput & 1]) != PV_TRUE) { in decodeFrames()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp313 if (PV_TRUE != PVResetVideoDecoder(mDecHandle)) { in onFlush_sm()
635 mOutputBuffer[mNumSamplesOutput & 1]) != PV_TRUE) { in process()
665 if (PVDecodeVopBody(mDecHandle, &tmpInSize) != PV_TRUE) { in process()