Searched refs:step_size (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_vidc_enc.h286 unsigned long step_size; member in struct:venc_range
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h516 unsigned long step_size; member in struct:venc_range
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp511 unsigned long *max, unsigned long *step_size)
525 *step_size = cap_ltr_count.step_size;
526 DEBUG_PRINT_HIGH("LTR Capability: min=%x, max=%d, step_size=%d",
527 *min, *max, *step_size);
510 venc_get_capability_ltrcount(unsigned long *min, unsigned long *max, unsigned long *step_size) argument
H A Domx_video_encoder.cpp1587 bool omx_venc::dev_get_capability_ltrcount(OMX_U32 *min, OMX_U32 *max, OMX_U32 *step_size) argument
1593 return handle->venc_get_capability_ltrcount(min, max, step_size);
H A Domx_video_base.cpp1701 OMX_U32 min = 0, max = 0, step_size = 0; local
1702 if (dev_get_capability_ltrcount(&min, &max, &step_size)) {
1705 pParam->nStepSize = step_size;

Completed in 137 milliseconds