Searched refs:nSlicemode (Results 1 – 2 of 2) sorted by relevance
1443 bool venc_dev::venc_set_multislice_cfg(OMX_U32 nSlicemode, OMX_U32 nSlicesize) in venc_set_multislice_cfg() argument1451 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()
5676 bool venc_dev::venc_set_multislice_cfg(OMX_U32 nSlicemode, OMX_U32 nSlicesize) in venc_set_multislice_cfg() argument5684 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()