Home
last modified time | relevance | path

Searched refs:picture_width (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
H A Dcontext.c225 vlVaCreateContext(VADriverContextP ctx, VAConfigID config_id, int picture_width, in vlVaCreateContext() argument
246 is_vpp = config->profile == PIPE_VIDEO_PROFILE_UNKNOWN && !picture_width && in vlVaCreateContext()
249 if (!(picture_width && picture_height) && !is_vpp) in vlVaCreateContext()
270 if (picture_width > max_supported_width || picture_height > max_supported_height) { in vlVaCreateContext()
278 context->templat.width = picture_width; in vlVaCreateContext()
H A Dpicture_mjpeg.c38 context->desc.mjpeg.picture_parameter.picture_width = mjpeg->picture_width; in vlVaHandlePictureParameterBufferMJPEG()
218 *bs = util_bswap16(context->desc.mjpeg.picture_parameter.picture_width); in vlVaGetJpegSliceHeader()
H A Dva_private.h363 VAStatus vlVaCreateContext(VADriverContextP ctx, VAConfigID config_id, int picture_width, int picture_height,
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.h79 unsigned picture_width, unsigned picture_height,
/third_party/ffmpeg/libavcodec/
H A Dvaapi_mjpeg.c38 .picture_width = avctx->width, in vaapi_mjpeg_start_frame()
H A Dvaapi_encode_mjpeg.c383 .picture_width = fh->X, in vaapi_encode_mjpeg_init_picture_params()
H A Dvaapi_encode_mpeg2.c359 .picture_width = avctx->width, in vaapi_encode_mpeg2_init_sequence_params()
/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c223 int picture_width; ///< Rendered width member
683 opengl->picture_width = opengl->window_width; in opengl_compute_display_area()
684 opengl->picture_height = av_rescale(opengl->picture_width, dar.den, dar.num); in opengl_compute_display_area()
688 opengl->picture_width = av_rescale(opengl->picture_height, dar.num, dar.den); in opengl_compute_display_area()
882 opengl->vertex[0].x = opengl->vertex[1].x = - (float)opengl->picture_width / 2.0f; in opengl_prepare_vertex()
883 opengl->vertex[2].x = opengl->vertex[3].x = (float)opengl->picture_width / 2.0f; in opengl_prepare_vertex()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h652 uint16_t picture_width; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.c751 *bs = util_bswap16(pic->picture_parameter.picture_width); in get_mjpeg_slice_header()

Completed in 11 milliseconds