Searched refs:nSlicemode (Results 1 – 2 of 2) sorted by relevance
1446 bool venc_dev::venc_set_multislice_cfg(OMX_U32 nSlicemode, OMX_U32 nSlicesize) in venc_set_multislice_cfg() argument1454 nSlicemode = V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_SINGLE; in venc_set_multislice_cfg()1458 if (nSlicemode == V4L2_MPEG_VIDEO_MULTI_SICE_MODE_MAX_MB) { in venc_set_multislice_cfg()1465 } else if (nSlicemode == V4L2_MPEG_VIDEO_MULTI_SICE_MODE_MAX_BYTES) { in venc_set_multislice_cfg()1473 …T_ERROR("Invalid settings, unexpected slicemode = %u and slice size = %u", nSlicemode, nSlicesize); in venc_set_multislice_cfg()1478 control.value = nSlicemode; in venc_set_multislice_cfg()1490 if (nSlicemode == V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_SINGLE) { in venc_set_multislice_cfg()1507 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()