HomeSort by relevance Sort by last modified time
    Searched refs:eControlRate (Results 1 - 25 of 36) sorted by null

1 2

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.cpp 152 mParamBitrate.eControlRate = OMX_Video_ControlRateVariable;
319 if ((mParamBitrate.eControlRate == OMX_Video_ControlRateConstant )||
320 (mParamBitrate.eControlRate == OMX_Video_ControlRateConstantSkipFrames)) {
321 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateConstant", __func__);
323 } else if ((mParamBitrate.eControlRate == OMX_Video_ControlRateVariable) ||
324 (mParamBitrate.eControlRate == OMX_Video_ControlRateVariableSkipFrames)) {
325 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateVariable", __func__);
327 } else if (mParamBitrate.eControlRate == (OMX_VIDEO_CONTROLRATETYPE)OMX_Video_Intel_ControlRateVideoConferencingMode) {
328 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateVideoConferencingMode ", __func__);
482 mParamBitrate.eControlRate = p->eControlRate
    [all...]
OMXVideoEncoderAVC.cpp     [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
portvideo.cpp 44 bitrateparam.eControlRate = OMX_Video_ControlRateConstant;
107 bitrateparam.eControlRate = p->eControlRate;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.h 100 OMX_VIDEO_CONTROLRATETYPE eControlRate[ALL_PORT_NUM];
Exynos_OMX_VencControl.c     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 369 bitrate->eControlRate = OMX_Video_ControlRateVariable;
371 bitrate->eControlRate = OMX_Video_ControlRateConstant;
560 if (bitrate->eControlRate == OMX_Video_ControlRateVariable) {
562 } else if (bitrate->eControlRate == OMX_Video_ControlRateConstant) {
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
video_encoder_device.h 130 bool venc_set_ratectrl_cfg(OMX_VIDEO_CONTROLRATETYPE eControlRate);
video_encoder_device_copper.h 240 bool venc_set_ratectrl_cfg(OMX_VIDEO_CONTROLRATETYPE eControlRate);
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 139 bool venc_set_ratectrl_cfg(OMX_VIDEO_CONTROLRATETYPE eControlRate);
video_encoder_device_v4l2.h 338 bool venc_set_ratectrl_cfg(OMX_VIDEO_CONTROLRATETYPE eControlRate);
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp 219 OMX_VIDEO_CONTROLRATETYPE eControlRate;
722 bitrate.eControlRate = m_sProfile.eControlRate;
811 (m_sProfile.eControlRate != OMX_Video_ControlRateDisable) )
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 258 OMX_VIDEO_CONTROLRATETYPE eControlRate;
754 bitrate.eControlRate = m_sProfile.eControlRate;
836 (m_sProfile.eControlRate != OMX_Video_ControlRateDisable) ) {
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 338 OMX_VIDEO_CONTROLRATETYPE eControlRate;
919 pAppData->pVidParamBitrate->eControlRate = pAppData->eControlRate;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 230 bitRate->eControlRate = OMX_Video_ControlRateVariable;
296 bitRate->eControlRate != OMX_Video_ControlRateVariable) {
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 369 bitRate->eControlRate = OMX_Video_ControlRateVariable;
423 bitRate->eControlRate != OMX_Video_ControlRateVariable) {
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 179 m_sParamBitrate.eControlRate = OMX_Video_ControlRateVariableSkipFrames;
659 m_sParamBitrate.eControlRate = pParam->eControlRate;
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Video.h 255 * eControlRate : Control rate type enum
262 OMX_VIDEO_CONTROLRATETYPE eControlRate;
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Video.h 238 * eControlRate : Control rate type enum
245 OMX_VIDEO_CONTROLRATETYPE eControlRate;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Video.h 235 * eControlRate : Control rate type enum
242 OMX_VIDEO_CONTROLRATETYPE eControlRate;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Video.h 235 * eControlRate : Control rate type enum
242 OMX_VIDEO_CONTROLRATETYPE eControlRate;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h 235 * eControlRate : Control rate type enum
242 OMX_VIDEO_CONTROLRATETYPE eControlRate;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Video.h 253 * eControlRate : Control rate type enum
260 OMX_VIDEO_CONTROLRATETYPE eControlRate;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h 235 * eControlRate : Control rate type enum
242 OMX_VIDEO_CONTROLRATETYPE eControlRate;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 195 m_sParamBitrate.eControlRate = OMX_Video_ControlRateVariableSkipFrames;
674 m_sParamBitrate.eControlRate = pParam->eControlRate;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]

Completed in 1302 milliseconds

1 2