Home
last modified time | relevance | path

Searched refs:max_macroblocks (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/vdpau/
H A Dquery.c181 VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks, in vlVdpDecoderQueryCapabilities() argument
188 if (!(is_supported && max_level && max_macroblocks && max_width && max_height)) in vlVdpDecoderQueryCapabilities()
214 … *max_macroblocks = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities()
216 if (*max_macroblocks == 0) { in vlVdpDecoderQueryCapabilities()
217 *max_macroblocks = (*max_width/16)*(*max_height/16); in vlVdpDecoderQueryCapabilities()
223 *max_macroblocks = 0; in vlVdpDecoderQueryCapabilities()
/aosp_15_r20/external/virglrenderer/src/
H A Dvirgl_hw.h581 uint32_t max_macroblocks:16; member
H A Dvirgl_video.c594 vcaps->max_macroblocks = 1; in fill_vcaps_entry()
/aosp_15_r20/external/mesa3d/src/virtio/virtio-gpu/
H A Dvirgl_hw.h701 uint32_t max_macroblocks:16; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_screen.c574 return vcaps ? vcaps->max_macroblocks : 0; in virgl_get_video_param()