Home
last modified time | relevance | path

Searched refs:update_resolution (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h382 void update_resolution(int width, int height);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h388 void update_resolution(int width, int height);
Domx_vdec.h441 int update_resolution(int width, int height, int stride, int scan_lines);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp1151 void omx_vdec::update_resolution(int width, int height) in update_resolution() function in omx_vdec
1473 update_resolution(kMaxSmoothStreamingWidth, kMaxSmoothStreamingHeight); in component_init()
1475 update_resolution(176, 144); in component_init()
3133 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height); in set_parameter()
3139 update_resolution(portDefn->format.video.nFrameWidth, in set_parameter()
3635 update_resolution(adaptivePlaybackParams->nMaxFrameWidth, in set_parameter()
7786 update_resolution(drv_ctx.video_resolution.frame_width, in get_buffer_req()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp1204 void omx_vdec::update_resolution(int width, int height) in update_resolution() function in omx_vdec
1474 update_resolution(320, 240); in component_init()
2806 update_resolution(portDefn->format.video.nFrameWidth, in set_parameter()
6242 omx->update_resolution(fmt.fmt.pix_mp.width, fmt.fmt.pix_mp.height); in async_message_process()
7149 update_resolution(fmt.fmt.pix_mp.width, fmt.fmt.pix_mp.height); in get_buffer_req()
Domx_vdec_msm8974.cpp1270 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) in update_resolution() function in omx_vdec
1720 update_resolution(320, 240, 320, 240); in component_init()
3091 update_resolution(portDefn->format.video.nFrameWidth, in set_parameter()
3196 update_resolution(frameWidth, frameHeight, in set_parameter()
3743 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height, in set_parameter()
8154 update_resolution(fmt.fmt.pix_mp.width, in get_buffer_req()
Domx_vdec_hevc_swvdec.cpp1576 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) in update_resolution() function in omx_vdec
1813 update_resolution(1280, 720, 1280, 720); in component_init()
3459 update_resolution(frameWidth, frameHeight, in set_parameter()
4018 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height, in set_parameter()
8133 update_resolution(fmt.fmt.pix_mp.width, in get_buffer_req()
10469 update_resolution(prop.uProperty.sDimensions.nWidth, in swvdec_handle_event()