Home
last modified time | relevance | path

Searched refs:m_frame_attributes (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp101 memset(&m_frame_attributes, 0, sizeof(m_frame_attributes)); in omx_swvdec()
2591 m_frame_attributes.stride = ALIGN(width, 128); in set_frame_attributes()
2592 m_frame_attributes.scanlines = ALIGN(height, 32); in set_frame_attributes()
2596 plane_size_y = (m_frame_attributes.stride * in set_frame_attributes()
2597 m_frame_attributes.scanlines); in set_frame_attributes()
2599 plane_size_uv = m_frame_attributes.stride * scanlines_uv; in set_frame_attributes()
2601 m_frame_attributes.size = ALIGN(plane_size_y + plane_size_uv, 4096); in set_frame_attributes()
2605 m_frame_attributes.stride, in set_frame_attributes()
2606 m_frame_attributes.scanlines, in set_frame_attributes()
2607 m_frame_attributes.size); in set_frame_attributes()
[all …]
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp101 memset(&m_frame_attributes, 0, sizeof(m_frame_attributes)); in omx_swvdec()
2606 m_frame_attributes.stride = ALIGN(width, 128); in set_frame_attributes()
2607 m_frame_attributes.scanlines = ALIGN(height, 32); in set_frame_attributes()
2611 plane_size_y = (m_frame_attributes.stride * in set_frame_attributes()
2612 m_frame_attributes.scanlines); in set_frame_attributes()
2614 plane_size_uv = m_frame_attributes.stride * scanlines_uv; in set_frame_attributes()
2616 m_frame_attributes.size = ALIGN(plane_size_y + plane_size_uv, 4096); in set_frame_attributes()
2620 m_frame_attributes.stride, in set_frame_attributes()
2621 m_frame_attributes.scanlines, in set_frame_attributes()
2622 m_frame_attributes.size); in set_frame_attributes()
[all …]
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp101 memset(&m_frame_attributes, 0, sizeof(m_frame_attributes)); in omx_swvdec()
2611 m_frame_attributes.stride = ALIGN(width, 128); in set_frame_attributes()
2612 m_frame_attributes.scanlines = ALIGN(height, 32); in set_frame_attributes()
2616 plane_size_y = (m_frame_attributes.stride * in set_frame_attributes()
2617 m_frame_attributes.scanlines); in set_frame_attributes()
2619 plane_size_uv = m_frame_attributes.stride * scanlines_uv; in set_frame_attributes()
2621 m_frame_attributes.size = ALIGN(plane_size_y + plane_size_uv, 4096); in set_frame_attributes()
2625 m_frame_attributes.stride, in set_frame_attributes()
2626 m_frame_attributes.scanlines, in set_frame_attributes()
2627 m_frame_attributes.size); in set_frame_attributes()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp93 memset(&m_frame_attributes, 0, sizeof(m_frame_attributes)); in omx_swvdec()
2400 m_frame_attributes.stride = ALIGN(width, alignment_stride); in set_frame_attributes()
2401 m_frame_attributes.scanlines = ALIGN(height, alignment_scanlines_y); in set_frame_attributes()
2405 plane_size_y = m_frame_attributes.stride * m_frame_attributes.scanlines; in set_frame_attributes()
2406 plane_size_uv = m_frame_attributes.stride * scanlines_uv; in set_frame_attributes()
2408 m_frame_attributes.size = in set_frame_attributes()
2412 m_frame_attributes.stride, in set_frame_attributes()
2413 m_frame_attributes.scanlines, in set_frame_attributes()
2414 m_frame_attributes.size); in set_frame_attributes()
2637 p_port_def->format.video.nStride = m_frame_attributes.stride; in get_port_definition()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h281 FRAME_ATTRIBUTES m_frame_attributes; ///< frame attributes variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h280 FRAME_ATTRIBUTES m_frame_attributes; ///< frame attributes variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h268 FRAME_ATTRIBUTES m_frame_attributes; ///< frame attributes variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h275 FRAME_ATTRIBUTES m_frame_attributes; ///< frame attributes variable