Searched defs:update_resolution (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp1146 void omx_vdec::update_resolution(int width, int height) function in class:omx_vdec
1460 update_resolution(kMaxSmoothStreamingWidth, kMaxSmoothStreamingHeight);
1462 update_resolution(176, 144);
3108 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height);
3114 update_resolution(portDefn->format.video.nFrameWidth,
3609 update_resolution(adaptivePlaybackParams->nMaxFrameWidth,
7759 update_resolution(drv_ctx.video_resolution.frame_width,
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp1191 void omx_vdec::update_resolution(int width, int height) function in class:omx_vdec
1460 update_resolution(320, 240);
2789 update_resolution(portDefn->format.video.nFrameWidth,
6218 omx->update_resolution(fmt.fmt.pix_mp.width, fmt.fmt.pix_mp.height);
7129 update_resolution(fmt.fmt.pix_mp.width, fmt.fmt.pix_mp.height);
H A Domx_vdec_msm8974.cpp1235 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) function in class:omx_vdec
1592 update_resolution(320, 240, 320, 240);
2929 update_resolution(portDefn->format.video.nFrameWidth,
7497 update_resolution(fmt.fmt.pix_mp.width,

Completed in 348 milliseconds