HomeSort by relevance Sort by last modified time
    Searched full:framedimension_format (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 656 OMX_QCOM_EXTRADATA_FRAMEDIMENSION *framedimension_format; local
662 framedimension_format = (OMX_QCOM_EXTRADATA_FRAMEDIMENSION *)p_extra->data;
665 payload->input_crop.left = framedimension_format->nDecWidth;
666 payload->input_crop.top = framedimension_format->nDecHeight;
667 payload->input_crop.width = framedimension_format->nActualWidth;
668 payload->input_crop.height = framedimension_format->nActualHeight;
670 framedimension_format->nDecWidth, framedimension_format->nDecHeight,
671 framedimension_format->nActualWidth, framedimension_format->nActualHeight)
    [all...]

Completed in 672 milliseconds