Home
last modified time | relevance | path

Searched refs:picture_height (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/frontends/va/
Dcontext.c213 int picture_height, int flag, VASurfaceID *render_targets, in vlVaCreateContext() argument
230 !picture_height && !flag && !render_targets && !num_render_targets; in vlVaCreateContext()
232 if (!(picture_width && picture_height) && !is_vpp) in vlVaCreateContext()
246 context->templat.height = picture_height; in vlVaCreateContext()
Dpicture_mjpeg.c39 context->desc.mjpeg.picture_parameter.picture_height = mjpeg->picture_height; in vlVaHandlePictureParameterBufferMJPEG()
214 *bs = util_bswap16(context->desc.mjpeg.picture_parameter.picture_height); in vlVaGetJpegSliceHeader()
Dva_private.h353 …lVaCreateContext(VADriverContextP ctx, VAConfigID config_id, int picture_width, int picture_height,
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.h79 unsigned picture_width, unsigned picture_height,
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h640 uint16_t picture_height; member
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c747 *bs = util_bswap16(pic->picture_parameter.picture_height); in get_mjpeg_slice_header()