HomeSort by relevance Sort by last modified time
    Searched refs:PV_TRUE (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 74 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
81 Bool status = PV_TRUE;
161 if (status == PV_TRUE)
237 if (status == PV_TRUE)
238 status = PV_TRUE; /* we want to make sure that if first layer is bad, second layer is good return PV_FAIL */
244 status = PV_TRUE;
255 video->shortVideoHeader = PV_TRUE;
258 if (video->shortVideoHeader == PV_TRUE)
295 video->initialized = PV_TRUE;
312 Bool status = PV_TRUE;
    [all...]
bitstream.cpp 561 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
573 if (pattern == msk[n_stuffed-1]) return PV_TRUE;
586 return PV_TRUE;
589 if (pattern == 0) return PV_TRUE;
679 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 159 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
181 return PV_TRUE;
189 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
196 Bool status = PV_TRUE;
637 if (status != PV_TRUE)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 261 outHeader->pBuffer) != PV_TRUE) {
275 if (PVDecodeVopBody(mHandle, &tmp) != PV_TRUE) {
387 CHECK_EQ((int)PVResetVideoDecoder(mHandle), (int)PV_TRUE);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 35 #define PV_TRUE 1
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 39 #define PV_TRUE 1
  /frameworks/av/media/codec2/components/mpeg4_h263/
C2SoftMpeg4Dec.cpp 313 if (PV_TRUE != PVResetVideoDecoder(mDecHandle)) {
635 mOutputBuffer[mNumSamplesOutput & 1]) != PV_TRUE) {
665 if (PVDecodeVopBody(mDecHandle, &tmpInSize) != PV_TRUE) {

Completed in 158 milliseconds