/hardware/qcom/media/msm8996/videopp/inc/ |
H A D | omx_vdpp.h | 267 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/media/msm8998/videopp/inc/ |
H A D | omx_vdpp.h | 267 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/media/msm8996/videopp/src/ |
H A D | omx_vdpp.cpp | 1405 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/msm8998/videopp/src/ |
H A D | omx_vdpp.cpp | 1405 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/msm8960/kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 456 uint32_t scan_lines; member in struct:vdec_picsize
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 499 uint32_t scan_lines; member in struct:vdec_picsize
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 461 uint32_t scan_lines; member in struct:vdec_picsize
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 501 uint32_t scan_lines; member in struct:vdec_picsize
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 465 uint32_t scan_lines; member in struct:vdec_picsize
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 504 uint32_t scan_lines; member in struct:vdec_picsize
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 461 uint32_t scan_lines; member in struct:vdec_picsize
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 501 uint32_t scan_lines; member in struct:vdec_picsize
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 448 int update_resolution(int width, int height, int stride, int scan_lines);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
H A D | omx_vdec_test.cpp | 218 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/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 460 int update_resolution(int width, int height, int stride, int scan_lines);
|
H A D | omx_vdec_hevc_swvdec.h | 442 int update_resolution(int width, int height, int stride, int scan_lines);
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 483 int update_resolution(int width, int height, int stride, int scan_lines);
|
H A D | omx_vdec_hevc_swvdec.h | 444 int update_resolution(int width, int height, int stride, int scan_lines);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_hevc_swvdec.cpp | 1593 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 D | omx_vdec_hevc.cpp | 1201 drv_ctx.video_resolution.scan_lines = height; 2643 drv_ctx.video_resolution.scan_lines); 5901 int scanlines = drv_ctx.video_resolution.scan_lines; 6212 omx->drv_ctx.video_resolution.scan_lines = fmt.fmt.pix_mp.plane_fmt[0].reserved[0]; 7307 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines;
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_hevc_swvdec.cpp | 1593 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 D | omx_vdec_hevc.cpp | 1201 drv_ctx.video_resolution.scan_lines = height; 2643 drv_ctx.video_resolution.scan_lines); 5901 int scanlines = drv_ctx.video_resolution.scan_lines; 6212 omx->drv_ctx.video_resolution.scan_lines = fmt.fmt.pix_mp.plane_fmt[0].reserved[0]; 7307 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines;
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec.cpp | 1442 drv_ctx.video_resolution.scan_lines = 720; 1448 drv_ctx.video_resolution.scan_lines = 1088; 2814 drv_ctx.video_resolution.scan_lines); 2987 drv_ctx.video_resolution.scan_lines = 7697 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines; 9093 mv_buff_size.height = drv_ctx.video_resolution.scan_lines>>2;
|
H A D | omx_vdec_hevc.cpp | 1206 drv_ctx.video_resolution.scan_lines = height; 2664 drv_ctx.video_resolution.scan_lines); 5937 int scanlines = drv_ctx.video_resolution.scan_lines; 6248 omx->drv_ctx.video_resolution.scan_lines = fmt.fmt.pix_mp.plane_fmt[0].reserved[0]; 7343 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines;
|
H A D | omx_vdec_hevc_swvdec.cpp | 1576 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);
|