Searched defs:scan_lines (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp1405 int omx_vdpp::update_resolution(uint32_t width, uint32_t height, uint32_t stride, uint32_t scan_lines) argument
1417 drv_ctx.video_resolution_input.scan_lines = scan_lines;
1691 drv_ctx.video_resolution_output.scan_lines = fmt.fmt.pix_mp.height;
2865 drv_ctx.video_resolution_input.scan_lines);
2871 drv_ctx.video_resolution_output.scan_lines);
2966 // set output resolution based on port definition. scan_lines and stride settings need
2977 drv_ctx.video_resolution_output.scan_lines = paddedFrameWidth32(portDefn->format.video.nFrameHeight);
2985 DEBUG_PRINT_HIGH("VP output frame width = %d, height = %d, drv_ctx.video_resolution_output.stride = %d, drv_ctx.video_resolution_output.scan_lines = %d", fmt.fmt.pix_mp.width,
2986 fmt.fmt.pix_mp.height, drv_ctx.video_resolution_output.stride, drv_ctx.video_resolution_output.scan_lines);
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp218 unsigned int scan_lines = (height + height_align -1) & (~(height_align-1)); local
227 byte_ptr = buf + (scan_lines * stride);
228 for (i = scan_lines; i < scan_lines + height/2; i++) {
/hardware/qcom/media/msm8996/videopp/inc/
H A Domx_vdpp.h267 uint32_t scan_lines; member in struct:vdpp_picsize
556 int update_resolution(uint32_t width, uint32_t height, uint32_t stride, uint32_t scan_lines);
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_dec.h456 uint32_t scan_lines; member in struct:vdec_picsize
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h499 uint32_t scan_lines; member in struct:vdec_picsize
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_vidc_dec.h461 uint32_t scan_lines; member in struct:vdec_picsize
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h501 uint32_t scan_lines; member in struct:vdec_picsize
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_vidc_dec.h465 uint32_t scan_lines; member in struct:vdec_picsize
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h504 uint32_t scan_lines; member in struct:vdec_picsize
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_vidc_dec.h461 uint32_t scan_lines; member in struct:vdec_picsize
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h501 uint32_t scan_lines; member in struct:vdec_picsize
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp1576 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) argument
1588 drv_ctx.video_resolution.scan_lines = scan_lines;
1655 int scanlines = drv_ctx.video_resolution.scan_lines;
3267 drv_ctx.video_resolution.scan_lines);
8351 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines;
10474 drv_ctx.video_resolution.scan_lines = (prop.uProperty.sDimensions.nHeight + 31) & (~31);
H A Domx_vdec_msm8974.cpp1381 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) argument
1393 drv_ctx.video_resolution.scan_lines = scan_lines;
1539 int scanlines = drv_ctx.video_resolution.scan_lines;
3204 drv_ctx.video_resolution.scan_lines);
7645 omx->drv_ctx.video_resolution.scan_lines =
8866 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp1593 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) argument
1605 drv_ctx.video_resolution.scan_lines = scan_lines;
1672 int scanlines = drv_ctx.video_resolution.scan_lines;
3300 drv_ctx.video_resolution.scan_lines);
3530 drv_ctx.video_resolution.scan_lines =
8566 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines;
10722 drv_ctx.video_resolution.scan_lines = (prop.uProperty.sDimensions.nHeight + 31) & (~31);
10746 drv_ctx.video_resolution.scan_lines =
H A Domx_vdec_v4l2.cpp1719 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) argument
1731 drv_ctx.video_resolution.scan_lines = scan_lines;
1952 int scanlines = drv_ctx.video_resolution.scan_lines;
3775 drv_ctx.video_resolution.scan_lines);
8406 omx->drv_ctx.video_resolution.scan_lines =
8411 omx->drv_ctx.video_resolution.scan_lines =
9644 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines;

Completed in 625 milliseconds