/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/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/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/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/msm8998/kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 467 uint32_t scan_lines; member in struct:vdec_picsize
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 508 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/src/ |
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);
|
H A D | omx_vdec_msm8974.cpp | 1381 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); 7717 omx->drv_ctx.video_resolution.scan_lines = 8938 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.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_v4l2.cpp | 1730 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) argument 1742 drv_ctx.video_resolution.scan_lines = scan_lines; 1963 int scanlines = drv_ctx.video_resolution.scan_lines; 3826 drv_ctx.video_resolution.scan_lines); 8632 omx->drv_ctx.video_resolution.scan_lines = 8637 omx->drv_ctx.video_resolution.scan_lines = 9870 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_v4l2.cpp | 1932 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) argument 1944 drv_ctx.video_resolution.scan_lines = scan_lines; 2166 int scanlines = drv_ctx.video_resolution.scan_lines; 4087 drv_ctx.video_resolution.scan_lines); 9390 omx->drv_ctx.video_resolution.scan_lines = 9395 omx->drv_ctx.video_resolution.scan_lines = 9400 omx->drv_ctx.video_resolution.scan_lines = 10664 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines;
|
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 334 uint32_t scan_lines; member in struct:vdec_picsize 645 int update_resolution(int width, int height, int stride, int scan_lines);
|
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 1910 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) argument 1922 drv_ctx.video_resolution.scan_lines = scan_lines; 2124 int scanlines = drv_ctx.video_resolution.scan_lines; 3795 drv_ctx.video_resolution.scan_lines); 8566 omx->drv_ctx.video_resolution.scan_lines = 8571 omx->drv_ctx.video_resolution.scan_lines = 8576 omx->drv_ctx.video_resolution.scan_lines = 9133 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines;
|