Home
last modified time | relevance | path

Searched refs:p_frame_attributes (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp3357 SWVDEC_FRAME_ATTRIBUTES *p_frame_attributes; in set_frame_attributes_swvdec() local
3363 p_frame_attributes = &property.info.frame_attributes; in set_frame_attributes_swvdec()
3368 p_frame_attributes->color_format = SWVDEC_COLOR_FORMAT_SEMIPLANAR_NV12_32; in set_frame_attributes_swvdec()
3370 p_frame_attributes->color_format = SWVDEC_COLOR_FORMAT_SEMIPLANAR_NV12; in set_frame_attributes_swvdec()
3372 p_frame_attributes->stride = m_frame_attributes.stride; in set_frame_attributes_swvdec()
3373 p_frame_attributes->scanlines = m_frame_attributes.scanlines; in set_frame_attributes_swvdec()
3374 p_frame_attributes->size = m_frame_attributes.size; in set_frame_attributes_swvdec()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp3363 SWVDEC_FRAME_ATTRIBUTES *p_frame_attributes; in set_frame_attributes_swvdec() local
3369 p_frame_attributes = &property.info.frame_attributes; in set_frame_attributes_swvdec()
3374 p_frame_attributes->color_format = SWVDEC_COLOR_FORMAT_SEMIPLANAR_NV12_32; in set_frame_attributes_swvdec()
3376 p_frame_attributes->color_format = SWVDEC_COLOR_FORMAT_SEMIPLANAR_NV12; in set_frame_attributes_swvdec()
3378 p_frame_attributes->stride = m_frame_attributes.stride; in set_frame_attributes_swvdec()
3379 p_frame_attributes->scanlines = m_frame_attributes.scanlines; in set_frame_attributes_swvdec()
3380 p_frame_attributes->size = m_frame_attributes.size; in set_frame_attributes_swvdec()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp3336 SWVDEC_FRAME_ATTRIBUTES *p_frame_attributes; in set_frame_attributes_swvdec() local
3342 p_frame_attributes = &property.info.frame_attributes; in set_frame_attributes_swvdec()
3346 p_frame_attributes->color_format = SWVDEC_COLOR_FORMAT_SEMIPLANAR_NV12; in set_frame_attributes_swvdec()
3348 p_frame_attributes->stride = m_frame_attributes.stride; in set_frame_attributes_swvdec()
3349 p_frame_attributes->scanlines = m_frame_attributes.scanlines; in set_frame_attributes_swvdec()
3350 p_frame_attributes->size = m_frame_attributes.size; in set_frame_attributes_swvdec()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp3049 SWVDEC_FRAME_ATTRIBUTES *p_frame_attributes; in set_frame_attributes_swvdec() local
3055 p_frame_attributes = &property.info.frame_attributes; in set_frame_attributes_swvdec()
3059 p_frame_attributes->color_format = SWVDEC_COLOR_FORMAT_SEMIPLANAR_NV12; in set_frame_attributes_swvdec()
3061 p_frame_attributes->semiplanar.stride = m_frame_attributes.stride; in set_frame_attributes_swvdec()
3062 p_frame_attributes->semiplanar.offset_uv = (m_frame_attributes.stride * in set_frame_attributes_swvdec()
3065 p_frame_attributes->size = m_frame_attributes.size; in set_frame_attributes_swvdec()