Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dpvdec_api.cpp72 Bool status = PV_TRUE; in PVInitVideoDecoder()
140 if (status == PV_TRUE) in PVInitVideoDecoder()
215 if (status == PV_TRUE) in PVInitVideoDecoder()
216 …status = PV_TRUE; /* we want to make sure that if first layer is bad, second layer is good retu… in PVInitVideoDecoder()
222 status = PV_TRUE; in PVInitVideoDecoder()
233 video->shortVideoHeader = PV_TRUE; in PVInitVideoDecoder()
236 if (video->shortVideoHeader == PV_TRUE) in PVInitVideoDecoder()
270 video->initialized = PV_TRUE; in PVInitVideoDecoder()
286 Bool status = PV_TRUE; in PVAllocVideoData()
291 if (video->shortVideoHeader == PV_TRUE) in PVAllocVideoData()
[all …]
Dbitstream.cpp576 if (pattern == msk[n_stuffed-1]) return PV_TRUE; in validStuffing()
589 return PV_TRUE; in validStuffing_h263()
592 if (pattern == 0) return PV_TRUE; in validStuffing_h263()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Dmpeg4_dec.cpp108 if (PV_TRUE != InitializeVideoDecode(&iDisplay_Width, &iDisplay_Height, in Mp4DecodeVideo()
190 if (Status == PV_TRUE) in Mp4DecodeVideo()
266 OMX_S32 OK = PV_TRUE; in InitializeVideoDecode()
298 return PV_TRUE; in InitializeVideoDecode()
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4enc_api.cpp174 return PV_TRUE; in PVGetDefaultEncOption()
189 Bool status = PV_TRUE; in PVInitVideoEncoder()
626 if (status != PV_TRUE) in PVInitVideoEncoder()
1059 return PV_TRUE; in PVInitVideoEncoder()
1269 return PV_TRUE; in PVCleanUpVideoEncoder()
1314 return PV_TRUE; in PVGetVolHeader()
1356 Bool status = PV_TRUE; in PVEncodeVideoFrame()
1650 Bool status = PV_TRUE; in PVEncodeFrameSet()
2009 return PV_TRUE; in PVGetH263ProfileLevelID()
2016 return PV_TRUE; in PVGetH263ProfileLevelID()
[all …]
Dpvm4vencoder.cpp1139 if (status == PV_TRUE) in EncodeFrame()
1219 if (PVUpdateBitRate(&iEncoderControl, &bitRate[0]) == PV_TRUE) in UpdateBitRate()
1231 if (PVUpdateEncFrameRate(&iEncoderControl, aFrameRate) == PV_TRUE) in UpdateFrameRate()
1244 if (PVUpdateIFrameInterval(&iEncoderControl, aIFrameInterval) == PV_TRUE) in UpdateIFrameInterval()
1255 if (PVIFrameRequest(&iEncoderControl) == PV_TRUE) in IFrameRequest()
1266 if (PVUpdateNumIntraMBRefresh(&iEncoderControl, aNumMBRefresh) == PV_TRUE) in SetIntraMBRefresh()
/external/opencore/codecs_v2/video/m4v_h263/dec/include/
Dmp4dec_api.h41 #define PV_TRUE 1 macro
/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dmp4enc_api.h40 #define PV_TRUE 1 macro
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Dmpeg4_enc.cpp597 if (PV_TRUE != PVIFrameRequest(&iEncoderControl)) in Mp4RequestIFrame()
758 if (status == PV_TRUE) in Mp4EncodeVideo()