Home
last modified time | relevance | path

Searched refs:scan_lines (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_vidc_dec.h501 uint32_t scan_lines; member
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dmsm_vidc_dec.h501 uint32_t scan_lines; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_vidc_dec.h501 uint32_t scan_lines; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_vidc_dec.h461 uint32_t scan_lines; member
/hardware/qcom/msm8x74/kernel-headers/linux/
Dmsm_vidc_dec.h461 uint32_t scan_lines; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_vidc_dec.h499 uint32_t scan_lines; member
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_vidc_dec.h456 uint32_t scan_lines; member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_vidc_dec.h461 uint32_t scan_lines; member
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp218 unsigned int scan_lines = (height + height_align -1) & (~(height_align-1)); in crc_16_l_step_nv12() local
227 byte_ptr = buf + (scan_lines * stride); in crc_16_l_step_nv12()
228 for (i = scan_lines; i < scan_lines + height/2; i++) { in crc_16_l_step_nv12()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h448 int update_resolution(int width, int height, int stride, int scan_lines);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp1442 drv_ctx.video_resolution.scan_lines = 720; in component_init()
1448 drv_ctx.video_resolution.scan_lines = 1088; in component_init()
2814 drv_ctx.video_resolution.scan_lines); in get_parameter()
2987 drv_ctx.video_resolution.scan_lines = in set_parameter()
7697 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines; in update_portdef()
9093 mv_buff_size.height = drv_ctx.video_resolution.scan_lines>>2; in vdec_alloc_h264_mv()
Domx_vdec_hevc_swvdec.cpp1576 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) in update_resolution() argument
1588 drv_ctx.video_resolution.scan_lines = scan_lines; in update_resolution()
1655 int scanlines = drv_ctx.video_resolution.scan_lines; in log_output_buffers()
3267 drv_ctx.video_resolution.scan_lines); in get_parameter()
8351 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines; in update_portdef()
10474 drv_ctx.video_resolution.scan_lines = (prop.uProperty.sDimensions.nHeight + 31) & (~31); in swvdec_handle_event()
Domx_vdec_msm8974.cpp1380 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) in update_resolution() argument
1392 drv_ctx.video_resolution.scan_lines = scan_lines; in update_resolution()
1538 int scanlines = drv_ctx.video_resolution.scan_lines; in log_output_buffers()
3203 drv_ctx.video_resolution.scan_lines); in get_parameter()
7592 omx->drv_ctx.video_resolution.scan_lines = in async_message_process()
8813 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines; in update_portdef()
Domx_vdec_hevc.cpp1206 drv_ctx.video_resolution.scan_lines = height; in update_resolution()
2664 drv_ctx.video_resolution.scan_lines); in get_parameter()
5937 int scanlines = drv_ctx.video_resolution.scan_lines; in fill_buffer_done()
6248 omx->drv_ctx.video_resolution.scan_lines = fmt.fmt.pix_mp.plane_fmt[0].reserved[0]; in async_message_process()
7343 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines; in update_portdef()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec_copper.cpp1395 drv_ctx.video_resolution.frame_height=drv_ctx.video_resolution.scan_lines=240; in component_init()
2770 drv_ctx.video_resolution.scan_lines); in get_parameter()
2924 drv_ctx.video_resolution.scan_lines = in set_parameter()
7489 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines; in update_portdef()
Domx_vdec.cpp1161 drv_ctx.video_resolution.scan_lines = height; in update_resolution()
2953 drv_ctx.video_resolution.scan_lines); in get_parameter()
8916 mv_buff_size.height = drv_ctx.video_resolution.scan_lines>>2; in vdec_alloc_h264_mv()
9299 return omx->drv_ctx.video_resolution.scan_lines; in get_output_scanlines()