Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp79 Bool status = PV_TRUE; in PVInitVideoDecoder()
157 if (status == PV_TRUE) in PVInitVideoDecoder()
232 if (status == PV_TRUE) in PVInitVideoDecoder()
233 …status = PV_TRUE; /* we want to make sure that if first layer is bad, second layer is good retu… in PVInitVideoDecoder()
239 status = PV_TRUE; in PVInitVideoDecoder()
250 video->shortVideoHeader = PV_TRUE; in PVInitVideoDecoder()
253 if (video->shortVideoHeader == PV_TRUE) in PVInitVideoDecoder()
290 video->initialized = PV_TRUE; in PVInitVideoDecoder()
307 Bool status = PV_TRUE; in PVAllocVideoData()
312 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()
1302 return PV_TRUE; in PVCleanUpVideoEncoder()
1347 return PV_TRUE; in PVGetVolHeader()
1389 Bool status = PV_TRUE; in PVEncodeVideoFrame()
1683 Bool status = PV_TRUE; in PVEncodeFrameSet()
2042 return PV_TRUE; in PVGetH263ProfileLevelID()
2049 return PV_TRUE; in PVGetH263ProfileLevelID()
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp246 outHeader->pBuffer) != PV_TRUE) { in onQueueFilled()
357 CHECK_EQ((int)PVResetVideoDecoder(mHandle), (int)PV_TRUE); in onPortFlushCompleted()
/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.h38 #define PV_TRUE 1 macro