Home
last modified time | relevance | path

Searched refs:PV_FALSE (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp107 status = PV_FALSE; in PVInitVideoDecoder()
113 if (video->vol == NULL) status = PV_FALSE; in PVInitVideoDecoder()
127 if (video->currVop == NULL) status = PV_FALSE; in PVInitVideoDecoder()
130 if (video->prevVop == NULL) status = PV_FALSE; in PVInitVideoDecoder()
137 if (video->currVop == NULL) status = PV_FALSE; in PVInitVideoDecoder()
140 if (video->prevVop == NULL) status = PV_FALSE; in PVInitVideoDecoder()
145 status = PV_FALSE; in PVInitVideoDecoder()
151 if (video->vopHeader == NULL) status = PV_FALSE; in PVInitVideoDecoder()
155 video->initialized = PV_FALSE; in PVInitVideoDecoder()
173 status = PV_FALSE; in PVInitVideoDecoder()
[all …]
Dbitstream.cpp574 return PV_FALSE; in validStuffing()
590 return PV_FALSE; in validStuffing_h263()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp176 return PV_FALSE; in PVGetDefaultEncOption()
230 return PV_FALSE; in PVInitVideoEncoder()
629 if (mbsPerSec > video->encParams->LayerMaxMbsPerSec[idx]) status = PV_FALSE; in PVInitVideoEncoder()
996 status = PV_FALSE; in PVInitVideoEncoder()
1006 status = PV_FALSE; in PVInitVideoEncoder()
1015 status = PV_FALSE; in PVInitVideoEncoder()
1025 status = PV_FALSE; in PVInitVideoEncoder()
1034 status = PV_FALSE; in PVInitVideoEncoder()
1038 status = PV_FALSE; in PVInitVideoEncoder()
1097 return PV_FALSE; in PVInitVideoEncoder()
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
Dmp4dec_api.h36 #define PV_FALSE 0 macro
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h39 #define PV_FALSE 0 macro