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

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp189 unsigned int scan_lines = (height + height_align -1) & (~(height_align-1)); local
198 byte_ptr = buf + (scan_lines * stride);
199 for (i = scan_lines; i < scan_lines + height/2; i++) {
/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/msm8x74/kernel-headers/linux/
H A Dmsm_vidc_dec.h456 uint32_t scan_lines; member in struct:vdec_picsize
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h497 uint32_t scan_lines; member in struct:vdec_picsize
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp1235 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) argument
1247 drv_ctx.video_resolution.scan_lines = scan_lines;
2785 drv_ctx.video_resolution.scan_lines);
6301 int scanlines = drv_ctx.video_resolution.scan_lines;
7690 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines;

Completed in 266 milliseconds