Home
last modified time | relevance | path

Searched refs:iRateControlType (Results 1 – 8 of 8) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dpvm4vencoder.cpp842 if (aEncParam->iClipDuration > 0 && aEncParam->iRateControlType == EVBR_1) in Initialize()
908 if (aEncParam->iRateControlType == ECONSTANT_Q) in Initialize()
910 else if (aEncParam->iRateControlType == ECBR_1) in Initialize()
912 else if (aEncParam->iRateControlType == EVBR_1) in Initialize()
943 if (aEncParam->iRateControlType == ECONSTANT_Q) in Initialize()
945 else if (aEncParam->iRateControlType == ECBR_1) in Initialize()
947 else if (aEncParam->iRateControlType == EVBR_1) in Initialize()
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dpvavcencoder.cpp203 if (aEncParam->iClipDuration > 0 && aEncParam->iRateControlType == EAVCEI_RC_VBR_1) in Init()
257 if (aEncParam->iRateControlType == EAVCEI_RC_CONSTANT_Q) in Init()
262 else if (aEncParam->iRateControlType == EAVCEI_RC_CBR_1) in Init()
264 else if (aEncParam->iRateControlType == EAVCEI_RC_VBR_1) in Init()
/external/opencore/codecs_v2/video/avc_h264/enc/include/
Dpvavcencoderinterface.h188 TAVCEIRateControlType iRateControlType; member
/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dcvei.h198 TMP4RateControlType iRateControlType; member
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_port.h66 PVMP4FFCNRateControlType iRateControlType; member
Dpvmp4ffcn_port.cpp822 iFormatSpecificConfig.iRateControlType = PVMP4FFCN_RATE_CONTROL_CBR; in GetInputParametersFromPeer()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h512 PVMFVENRateControlType iRateControlType; member
Dpvmf_omx_enc_node.cpp881 iVideoEncodeParam.iRateControlType = PVMFVEN_RATE_CONTROL_VBR; in PVMFOMXEncNode()
2632 …RateType.eControlRate = static_cast<OMX_VIDEO_CONTROLRATETYPE>(iVideoEncodeParam.iRateControlType); in SetMP4EncoderParameters()
2834 …RateType.eControlRate = static_cast<OMX_VIDEO_CONTROLRATETYPE>(iVideoEncodeParam.iRateControlType); in SetH263EncoderParameters()
3047 …RateType.eControlRate = static_cast<OMX_VIDEO_CONTROLRATETYPE>(iVideoEncodeParam.iRateControlType); in SetH264EncoderParameters()
8498 iVideoEncodeParam.iRateControlType = aRateControl; in SetRateControlType()