Home
last modified time | relevance | path

Searched refs:nSlicemode (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2_params.cpp1443 bool venc_dev::venc_set_multislice_cfg(OMX_U32 nSlicemode, OMX_U32 nSlicesize) in venc_set_multislice_cfg() argument
1451 nSlicemode = V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_SINGLE; in venc_set_multislice_cfg()
1455 if (nSlicemode == V4L2_MPEG_VIDEO_MULTI_SICE_MODE_MAX_MB) { in venc_set_multislice_cfg()
1462 } else if (nSlicemode == V4L2_MPEG_VIDEO_MULTI_SICE_MODE_MAX_BYTES) { in venc_set_multislice_cfg()
1470 …T_ERROR("Invalid settings, unexpected slicemode = %u and slice size = %u", nSlicemode, nSlicesize); in venc_set_multislice_cfg()
1475 control.value = nSlicemode; in venc_set_multislice_cfg()
1487 if (nSlicemode == V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_SINGLE) { in venc_set_multislice_cfg()
1504 multislice.mslice_mode = nSlicemode; in venc_set_multislice_cfg()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp5676 bool venc_dev::venc_set_multislice_cfg(OMX_U32 nSlicemode, OMX_U32 nSlicesize) in venc_set_multislice_cfg() argument
5684 nSlicemode = V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_SINGLE; in venc_set_multislice_cfg()
5688 if (nSlicemode == V4L2_MPEG_VIDEO_MULTI_SICE_MODE_MAX_MB) { in venc_set_multislice_cfg()
5695 } else if (nSlicemode == V4L2_MPEG_VIDEO_MULTI_SICE_MODE_MAX_BYTES) { in venc_set_multislice_cfg()
5703 …T_ERROR("Invalid settings, unexpected slicemode = %u and slice size = %u", nSlicemode, nSlicesize); in venc_set_multislice_cfg()
5708 control.value = nSlicemode; in venc_set_multislice_cfg()
5720 if (nSlicemode == V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_SINGLE) { in venc_set_multislice_cfg()
5737 multislice.mslice_mode = nSlicemode; in venc_set_multislice_cfg()