Searched refs:m_frame_attributes (Results 1 – 10 of 10) sorted by relevance
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 101 memset(&m_frame_attributes, 0, sizeof(m_frame_attributes)); in omx_swvdec() 2591 m_frame_attributes.stride = ALIGN(width, 128); 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() 2605 m_frame_attributes.stride, in set_frame_attributes() 2607 m_frame_attributes.size); in set_frame_attributes() 2628 plane_size_y = (m_frame_attributes.stride * in set_frame_attributes() 2629 m_frame_attributes.scanlines); in set_frame_attributes() 2637 m_frame_attributes.stride, in set_frame_attributes() 2639 m_frame_attributes.size); in set_frame_attributes() [all …]
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 101 memset(&m_frame_attributes, 0, sizeof(m_frame_attributes)); in omx_swvdec() 2606 m_frame_attributes.stride = ALIGN(width, 128); 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() 2620 m_frame_attributes.stride, in set_frame_attributes() 2622 m_frame_attributes.size); in set_frame_attributes() 2643 plane_size_y = (m_frame_attributes.stride * in set_frame_attributes() 2644 m_frame_attributes.scanlines); in set_frame_attributes() 2652 m_frame_attributes.stride, in set_frame_attributes() 2654 m_frame_attributes.size); in set_frame_attributes() [all …]
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 101 memset(&m_frame_attributes, 0, sizeof(m_frame_attributes)); in omx_swvdec() 2611 m_frame_attributes.stride = ALIGN(width, 128); 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() 2625 m_frame_attributes.stride, in set_frame_attributes() 2627 m_frame_attributes.size); in set_frame_attributes() 2648 plane_size_y = (m_frame_attributes.stride * in set_frame_attributes() 2649 m_frame_attributes.scanlines); in set_frame_attributes() 2657 m_frame_attributes.stride, in set_frame_attributes() 2659 m_frame_attributes.size); in set_frame_attributes() [all …]
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 102 memset(&m_frame_attributes, 0, sizeof(m_frame_attributes)); in omx_swvdec() 2576 m_frame_attributes.stride, in set_frame_attributes() 2577 m_frame_attributes.scanlines, in set_frame_attributes() 2578 m_frame_attributes.size); in set_frame_attributes() 2594 m_frame_attributes.stride = ALIGN(width, 16); in set_frame_attributes() 2595 m_frame_attributes.scanlines = ALIGN(height, 16); in set_frame_attributes() 2599 plane_size_y = (m_frame_attributes.stride * in set_frame_attributes() 2600 m_frame_attributes.scanlines); in set_frame_attributes() 2608 m_frame_attributes.stride, in set_frame_attributes() 2610 m_frame_attributes.size); in set_frame_attributes() [all …]
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 93 memset(&m_frame_attributes, 0, sizeof(m_frame_attributes)); in omx_swvdec() 2405 plane_size_y = m_frame_attributes.stride * m_frame_attributes.scanlines; 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() 3065 p_frame_attributes->size = m_frame_attributes.size; in set_frame_attributes_swvdec() 3127 m_frame_attributes.stride = in get_frame_attributes_swvdec() 3130 m_frame_attributes.scanlines = in get_frame_attributes_swvdec() 5595 m_frame_attributes.stride, in async_process_event_fbd() [all …]
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 281 FRAME_ATTRIBUTES m_frame_attributes; ///< frame attributes variable
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 268 FRAME_ATTRIBUTES m_frame_attributes; ///< frame attributes variable
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 280 FRAME_ATTRIBUTES m_frame_attributes; ///< frame attributes variable
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 275 FRAME_ATTRIBUTES m_frame_attributes; ///< frame attributes variable
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 280 FRAME_ATTRIBUTES m_frame_attributes; ///< frame attributes variable
|