Searched refs:nSlicemode (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2_params.cpp | 1443 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()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 5353 bool venc_dev::venc_set_multislice_cfg(OMX_U32 nSlicemode, OMX_U32 nSlicesize) in venc_set_multislice_cfg() argument 5361 nSlicemode = V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_SINGLE; in venc_set_multislice_cfg() 5365 if (nSlicemode == V4L2_MPEG_VIDEO_MULTI_SICE_MODE_MAX_MB) { in venc_set_multislice_cfg() 5372 } else if (nSlicemode == V4L2_MPEG_VIDEO_MULTI_SICE_MODE_MAX_BYTES) { in venc_set_multislice_cfg() 5380 …T_ERROR("Invalid settings, unexpected slicemode = %u and slice size = %u", nSlicemode, nSlicesize); in venc_set_multislice_cfg() 5385 control.value = nSlicemode; in venc_set_multislice_cfg() 5397 if (nSlicemode == V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_SINGLE) { in venc_set_multislice_cfg() 5414 multislice.mslice_mode = nSlicemode; in venc_set_multislice_cfg()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 5676 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()
|