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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp346 encParams->H263_Enabled = 0;
379 encParams->H263_Enabled = 2;
397 encParams->H263_Enabled = 1;
445 if (!encParams->H263_Enabled)
462 if (encParams->H263_Enabled)
569 if (encParams->H263_Enabled && encOption->searchRange > 16)
699 if (!video->encParams->H263_Enabled)
756 if (video->encParams->H263_Enabled) /* make it conditional 11/28/05 */
896 pVol->shortVideoHeader = pEncParams->H263_Enabled; /*Short Header */
1188 if (video->encParams->H263_Enabled)
[all...]
H A Dfindhalfpel.cpp76 Int h263_mode = video->encParams->H263_Enabled; /* 3/29/01 */
H A Drate_control.cpp83 if (video->encParams->H263_Enabled)
112 if (1) //!video->encParams->H263_Enabled) { // MPEG-4
452 if (video->encParams->H263_Enabled)
681 if (video->encParams->H263_Enabled && rc->T > video->encParams->maxFrameSize)
824 if ((video->encParams->H263_Enabled && rc->Rc > video->encParams->maxFrameSize) || /* For H263/short header mode, drop the frame if the actual frame size exceeds the bound */
H A Dmp4lib_int.h215 Bool H263_Enabled; /* H263 Short Header */ member in struct:tagVideoEncParams
H A Dmotion_est.cpp213 if (video->prevBaseVop->padded == 0 && !video->encParams->H263_Enabled)
781 UChar h263_mode = video->encParams->H263_Enabled;
1190 // UChar h263_mode = video->encParams->H263_Enabled;

Completed in 200 milliseconds