/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2_params.cpp | 288 DEBUG_PRINT_LOW("Set_config: priority %d",priority->nU32); in venc_set_config() 289 if (!venc_set_priority(priority->nU32)) { in venc_set_config() 293 sess_priority.priority = priority->nU32; in venc_set_config() 299 DEBUG_PRINT_LOW("Set_config: operating rate %u", rate->nU32); in venc_set_config() 300 if (!venc_set_operatingrate(rate->nU32)) { in venc_set_config()
|
D | omx_video_encoder.cpp | 1902 … DEBUG_PRINT_ERROR("Failed to set OMX_IndexConfigOperatingRate %u", pParam->nU32 >> 16); in set_config() 1906 m_nOperatingRate = pParam->nU32; in set_config()
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
D | OMX_Component.h | 93 OMX_U32 nU32; /**< U32 value */ member
|
/hardware/qcom/sm7250/media/mm-core/inc/ |
D | OMX_Component.h | 93 OMX_U32 nU32; /**< U32 value */ member
|
/hardware/qcom/sdm845/media/mm-core/inc/ |
D | OMX_Component.h | 93 OMX_U32 nU32; /**< U32 value */ member
|
/hardware/qcom/sm8150/media/mm-core/inc/ |
D | OMX_Component.h | 93 OMX_U32 nU32; /**< U32 value */ member
|
/hardware/qcom/media/msm8998/mm-core/inc/ |
D | OMX_Component.h | 93 OMX_U32 nU32; /**< U32 value */ member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 2294 if (!venc_set_batch_size(pParam->nU32)) { in venc_set_param() 2295 DEBUG_PRINT_ERROR("Failed setting batch size as %d", pParam->nU32); in venc_set_param() 2610 DEBUG_PRINT_LOW("Set_config: priority %d",priority->nU32); in venc_set_config() 2611 if (!venc_set_priority(priority->nU32)) { in venc_set_config() 2615 sess_priority.priority = priority->nU32; in venc_set_config() 2621 DEBUG_PRINT_LOW("Set_config: operating rate %d", rate->nU32); in venc_set_config() 2622 if (!venc_set_operatingrate(rate->nU32)) { in venc_set_config()
|
D | omx_video_base.cpp | 2049 if (!dev_get_batch_size(&batch->nU32)) { in get_parameter()
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 442 param.nU32 = (OMX_U32)latency; in setLatency() 457 *latency = param.nU32; in getLatency()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 1977 … DEBUG_PRINT_ERROR("Failed to set OMX_IndexConfigOperatingRate %u", pParam->nU32 >> 16); in set_config() 1981 m_nOperatingRate = pParam->nU32; in set_config()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2221 … DEBUG_PRINT_ERROR("Failed to set OMX_IndexConfigOperatingRate %u", pParam->nU32 >> 16); in set_config() 2225 m_nOperatingRate = pParam->nU32; in set_config()
|
D | video_encoder_device_v4l2.cpp | 3299 DEBUG_PRINT_LOW("Set_config: priority %d",priority->nU32); in venc_set_config() 3300 if (!venc_set_priority(priority->nU32)) { in venc_set_config() 3304 sess_priority.priority = priority->nU32; in venc_set_config() 3310 DEBUG_PRINT_LOW("Set_config: operating rate %u", rate->nU32); in venc_set_config() 3311 if (!venc_set_operatingrate(rate->nU32)) { in venc_set_config()
|
D | omx_video_base.cpp | 2108 if (!dev_get_batch_size(&batch->nU32)) { in get_parameter() 2360 pParam->nU32 = m_nOperatingRate; in get_config()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 3257 DEBUG_PRINT_LOW("Set_config: priority %d",priority->nU32); in set_config() 3262 if (priority->nU32 == 0) in set_config() 3274 DEBUG_PRINT_LOW("Set_config: operating-rate %u fps", rate->nU32 >> 16); in set_config() 3279 control.value = rate->nU32; in set_config() 3281 if (rate->nU32 > INT_MAX) in set_config() 3288 rate->nU32 >> 16, errno == -EBUSY ? "HW Overload" : strerror(errno)); in set_config()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 4478 DEBUG_PRINT_LOW("Set_config: priority %d", priority->nU32); in set_config() 4483 if (priority->nU32 == 0) in set_config() 4495 DEBUG_PRINT_LOW("Set_config: operating-rate %u fps", rate->nU32 >> 16); in set_config() 4500 control.value = rate->nU32; in set_config() 4506 rate->nU32 >> 16, errno == -EBUSY ? "HW Overload" : strerror(errno)); in set_config()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 5690 DEBUG_PRINT_LOW("Set_config: priority %d",priority->nU32); in set_config() 5695 if (priority->nU32 == 0) in set_config() 5707 DEBUG_PRINT_LOW("Set_config: operating-rate %u fps", rate->nU32 >> 16); in set_config() 5712 control.value = rate->nU32; in set_config() 5714 operating_frame_rate = rate->nU32 >> 16; in set_config() 5720 rate->nU32 >> 16, errno == -EBUSY ? "HW Overload" : strerror(errno)); in set_config()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 2085 if (!dev_get_batch_size(&batch->nU32)) { in get_parameter()
|