Searched defs:update_resolution (Results 1 - 8 of 8) 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) function in class:omx_vdpp
1626 update_resolution(640, 480, 640, 480);
3096 update_resolution(portDefn->format.video.nFrameWidth,
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp1157 void omx_vdec::update_resolution(int width, int height) function in class:omx_vdec
1479 update_resolution(kMaxSmoothStreamingWidth, kMaxSmoothStreamingHeight);
1481 update_resolution(176, 144);
3139 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height);
3145 update_resolution(portDefn->format.video.nFrameWidth,
3641 update_resolution(adaptivePlaybackParams->nMaxFrameWidth,
7792 update_resolution(drv_ctx.video_resolution.frame_width,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp1202 void omx_vdec::update_resolution(int width, int height) function in class:omx_vdec
1472 update_resolution(320, 240);
2804 update_resolution(portDefn->format.video.nFrameWidth,
6246 omx->update_resolution(fmt.fmt.pix_mp.width, fmt.fmt.pix_mp.height);
7153 update_resolution(fmt.fmt.pix_mp.width, fmt.fmt.pix_mp.height);
H A Domx_vdec_hevc_swvdec.cpp1576 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) function in class:omx_vdec
1813 update_resolution(1280, 720, 1280, 720);
3459 update_resolution(frameWidth, frameHeight,
4018 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
8133 update_resolution(fmt.fmt.pix_mp.width,
10469 update_resolution(prop.uProperty.sDimensions.nWidth,
H A Domx_vdec_msm8974.cpp1381 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) function in class:omx_vdec
1866 update_resolution(320, 240, 320, 240);
3333 update_resolution(portDefn->format.video.nFrameWidth,
3503 update_resolution(frameWidth, frameHeight,
8652 update_resolution(fmt.fmt.pix_mp.width,
10762 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp1197 void omx_vdec::update_resolution(int width, int height) function in class:omx_vdec
1451 update_resolution(320, 240);
2783 update_resolution(portDefn->format.video.nFrameWidth,
6210 omx->update_resolution(fmt.fmt.pix_mp.width, fmt.fmt.pix_mp.height);
7117 update_resolution(fmt.fmt.pix_mp.width, fmt.fmt.pix_mp.height);
H A Domx_vdec_hevc_swvdec.cpp1593 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) function in class:omx_vdec
1836 update_resolution(1280, 720, 1280, 720);
3523 update_resolution(frameWidth, frameHeight,
4108 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
8348 update_resolution(fmt.fmt.pix_mp.width,
10717 update_resolution(prop.uProperty.sDimensions.nWidth,
10740 update_resolution(prop.uProperty.sDimensions.nWidth,
H A Domx_vdec_v4l2.cpp1127 rc = update_resolution(width, height,
1130 DEBUG_PRINT_ERROR("%s: update_resolution WxH %dx%d failed \n", __func__, width, height);
1141 rc = update_resolution(fmt.fmt.pix_mp.width, fmt.fmt.pix_mp.height,
1144 DEBUG_PRINT_ERROR("%s: update_resolution WxH %dx%d failed\n", __func__, fmt.fmt.pix_mp.width,
1719 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) function in class:omx_vdec
2308 update_resolution(320, 240, 320, 240);
3912 update_resolution(portDefn->format.video.nFrameWidth,
4085 update_resolution(frameWidth, frameHeight,
9430 update_resolution(fmt.fmt.pix_mp.width,
11643 update_resolution(m_smoothstreaming_widt
[all...]

Completed in 184 milliseconds