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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp3049 SWVDEC_FRAME_ATTRIBUTES *p_frame_attributes; local
3055 p_frame_attributes = &property.info.frame_attributes;
3059 p_frame_attributes->color_format = SWVDEC_COLOR_FORMAT_SEMIPLANAR_NV12;
3061 p_frame_attributes->semiplanar.stride = m_frame_attributes.stride;
3062 p_frame_attributes->semiplanar.offset_uv = (m_frame_attributes.stride *
3065 p_frame_attributes->size = m_frame_attributes.size;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp3336 SWVDEC_FRAME_ATTRIBUTES *p_frame_attributes; local
3342 p_frame_attributes = &property.info.frame_attributes;
3346 p_frame_attributes->color_format = SWVDEC_COLOR_FORMAT_SEMIPLANAR_NV12;
3348 p_frame_attributes->stride = m_frame_attributes.stride;
3349 p_frame_attributes->scanlines = m_frame_attributes.scanlines;
3350 p_frame_attributes->size = m_frame_attributes.size;

Completed in 114 milliseconds