Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp346 encParams->H263_Enabled = 0; in PVInitVideoEncoder()
379 encParams->H263_Enabled = 2; in PVInitVideoEncoder()
397 encParams->H263_Enabled = 1; in PVInitVideoEncoder()
445 if (!encParams->H263_Enabled) in PVInitVideoEncoder()
462 if (encParams->H263_Enabled) in PVInitVideoEncoder()
569 if (encParams->H263_Enabled && encOption->searchRange > 16) in PVInitVideoEncoder()
699 if (!video->encParams->H263_Enabled) in PVInitVideoEncoder()
756 if (video->encParams->H263_Enabled) /* make it conditional 11/28/05 */ in PVInitVideoEncoder()
896 pVol->shortVideoHeader = pEncParams->H263_Enabled; /*Short Header */ in PVInitVideoEncoder()
1188 if (video->encParams->H263_Enabled) in PVCleanUpVideoEncoder()
[all …]
Drate_control.cpp83 if (video->encParams->H263_Enabled) in RC_Initialize()
452 if (video->encParams->H263_Enabled) in RC_UpdateBXRCParams()
682 if (video->encParams->H263_Enabled && rc->T > video->encParams->maxFrameSize) in targetBitCalculation()
826 …if ((video->encParams->H263_Enabled && rc->Rc > video->encParams->maxFrameSize) || /* For H263/sh… in updateRateControl()
Dfindhalfpel.cpp76 Int h263_mode = video->encParams->H263_Enabled; /* 3/29/01 */ in FindHalfPelMB()
Dmp4lib_int.h215 Bool H263_Enabled; /* H263 Short Header */ member
Dmotion_est.cpp213 if (video->prevBaseVop->padded == 0 && !video->encParams->H263_Enabled) in MotionEstimation()
781 UChar h263_mode = video->encParams->H263_Enabled; in MBMotionSearch()