Searched refs:PV_ON (Results 1 – 4 of 4) sorted by relevance
/external/opencore/codecs_v2/omx/omx_m4venc/src/ |
D | mpeg4_enc.cpp | 343 aEncOption.rvlcEnable = PV_ON; in Mp4EncInit() 412 aEncOption.sceneDetect = PV_ON; in Mp4EncInit() 424 aEncOption.useACPred = ((aEncodeMpeg4Param.bACPred == OMX_TRUE) ? PV_ON : PV_OFF); in Mp4EncInit()
|
/external/opencore/codecs_v2/video/m4v_h263/enc/include/ |
D | mp4enc_api.h | 74 PV_ON enumerator
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | mp4enc_api.cpp | 161 … {10, 10}, {12, 12}, {0, 0}, CBR_1, 0.0, PV_OFF, -1, 0, PV_OFF, 16, PV_OFF, 0, PV_ON in PVGetDefaultEncOption() 301 encParams->ACDCPrediction = ((encOption->useACPred == PV_ON) ? TRUE : FALSE); in PVInitVideoEncoder() 403 … encParams->ReversibleVLC = (encOption->rvlcEnable == PV_ON); /* RVLC when Data Partitioning */ in PVInitVideoEncoder() 574 if (video->encParams->NoFrameSkip_Enabled == PV_ON || in PVInitVideoEncoder() 575 video->encParams->NoPreSkip_Enabled == PV_ON) /* don't allow frame skip*/ in PVInitVideoEncoder() 581 video->encParams->NoFrameSkip_Enabled = PV_ON; /* no frame skip */ in PVInitVideoEncoder() 582 video->encParams->NoPreSkip_Enabled = PV_ON; /* no frame skip */ in PVInitVideoEncoder() 588 if (video->encParams->NoFrameSkip_Enabled == PV_ON) /* if no frame skip */ in PVInitVideoEncoder()
|
D | pvm4vencoder.cpp | 973 aEncOption.sceneDetect = (aEncParam->iSceneDetection == true) ? PV_ON : PV_OFF; in Initialize() 974 aEncOption.noFrameSkipped = (aEncParam->iNoFrameSkip == true) ? PV_ON : PV_OFF; in Initialize() 976 aEncOption.mv8x8Enable = (aEncParam->iMV8x8 == true) ? PV_ON : PV_OFF; in Initialize()
|