Searched refs:m_frame_attributes (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp93 memset(&m_frame_attributes, 0, sizeof(m_frame_attributes));
2400 m_frame_attributes.stride = ALIGN(width, alignment_stride);
2401 m_frame_attributes.scanlines = ALIGN(height, alignment_scanlines_y);
2405 plane_size_y = m_frame_attributes.stride * m_frame_attributes.scanlines;
2406 plane_size_uv = m_frame_attributes.stride * scanlines_uv;
2408 m_frame_attributes.size =
2412 m_frame_attributes.stride,
2413 m_frame_attributes
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h281 FRAME_ATTRIBUTES m_frame_attributes; ///< frame attributes member in class:omx_swvdec

Completed in 128 milliseconds