Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dmixer.c116 vmixer->video_width = *(uint32_t*)parameter_values[i]; in vlVdpVideoMixerCreate()
137 if (vmixer->video_width < 48 || in vlVdpVideoMixerCreate()
138 vmixer->video_width > max_width) { in vlVdpVideoMixerCreate()
139 …VDPAU_MSG(VDPAU_WARN, "[VDPAU] 48 < %u < %u not valid for width\n", vmixer->video_width, max_width… in vlVdpVideoMixerCreate()
241 if (vmixer->video_width > surf->video_buffer->width || in vlVdpVideoMixerRender()
352 vmixer->video_width, vmixer->video_height, in vlVdpVideoMixerUpdateNoiseReductionFilter()
398 vmixer->video_width, vmixer->video_height, in vlVdpVideoMixerUpdateSharpnessFilter()
681 *(uint32_t*)parameter_values[i] = vmixer->video_width; in vlVdpVideoMixerGetParameterValues()
Dvdpau_private.h353 unsigned video_width, video_height; member
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_matrix_filter.h50 unsigned video_width, unsigned video_height,
Dvl_matrix_filter.c152 unsigned video_width, unsigned video_height, in vl_matrix_filter_init() argument
164 assert(video_width && video_height); in vl_matrix_filter_init()
229 offsets[i].x /= video_width; in vl_matrix_filter_init()