Home
last modified time | relevance | path

Searched refs:DEFAULT_ALIGNMENT_STRIDE (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h136 #define DEFAULT_ALIGNMENT_STRIDE 128 ///< default stride alignment macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp232 if ((retval = set_frame_attributes(DEFAULT_ALIGNMENT_STRIDE, in component_init()
2622 if ((retval = set_frame_attributes(DEFAULT_ALIGNMENT_STRIDE, in get_port_definition()
2742 retval = set_frame_attributes(DEFAULT_ALIGNMENT_STRIDE, in set_port_definition()
2871 stride = ALIGN(p_img->mWidth, DEFAULT_ALIGNMENT_STRIDE); in describe_color_format()