Searched refs:nU32 (Results 1 – 12 of 12) sorted by relevance
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Component.h | 93 OMX_U32 nU32; /**< U32 value */ member
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_Component.h | 110 OMX_U32 nU32; /**< U32 value */ member
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | OMX_Component.h | 93 OMX_U32 nU32; /**< U32 value */ member
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
D | OMX_Component.h | 93 OMX_U32 nU32; /**< U32 value */ member
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
D | OMX_Component.h | 93 OMX_U32 nU32; /**< U32 value */ member
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Component.h | 93 OMX_U32 nU32; /**< U32 value */ member
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderBase.cpp | 1250 mCodecPriority = priorityParam->nU32; 1259 priorityParam->nU32 = mCodecPriority; 1268 mOperatingRate = operatingRateParam->nU32; 1276 operatingRateParam->nU32 = mOperatingRate;
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 2256 if (!venc_set_batch_size(pParam->nU32)) { in venc_set_param() 2257 DEBUG_PRINT_ERROR("Failed setting batch size as %d", pParam->nU32); in venc_set_param() 2551 DEBUG_PRINT_LOW("Set_config: priority %d",priority->nU32); in venc_set_config() 2552 if (!venc_set_priority(priority->nU32)) { in venc_set_config() 2561 DEBUG_PRINT_LOW("Set_config: operating rate %d", rate->nU32); in venc_set_config() 2562 if (!venc_set_operatingrate(rate->nU32)) { in venc_set_config()
|
D | omx_video_base.cpp | 2044 if (!dev_get_batch_size(&batch->nU32)) { in get_parameter()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 2125 DEBUG_PRINT_LOW("Set_config: priority %u",priority->nU32); in venc_set_config() 2126 if (!venc_set_session_priority(priority->nU32)) { in venc_set_config() 2135 DEBUG_PRINT_LOW("Set_config: operating rate %d", rate->nU32); in venc_set_config() 2136 if (!venc_set_operatingrate(rate->nU32)) { in venc_set_config()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 4429 DEBUG_PRINT_LOW("Set_config: priority %d", priority->nU32); in set_config() 4434 if (priority->nU32 == 0) in set_config() 4446 DEBUG_PRINT_LOW("Set_config: operating-rate %u fps", rate->nU32 >> 16); in set_config() 4451 control.value = rate->nU32; in set_config() 4457 rate->nU32 >> 16, errno == -EBUSY ? "HW Overload" : strerror(errno)); in set_config()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 5157 DEBUG_PRINT_LOW("Set_config: priority %d",priority->nU32); in set_config() 5162 if (priority->nU32 == 0) in set_config() 5174 DEBUG_PRINT_LOW("Set_config: operating-rate %u fps", rate->nU32 >> 16); in set_config() 5179 control.value = rate->nU32; in set_config() 5185 rate->nU32 >> 16, errno == -EBUSY ? "HW Overload" : strerror(errno)); in set_config()
|