Searched refs:picture_width (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | context.c | 225 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 D | picture_mjpeg.c | 38 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 D | va_private.h | 363 VAStatus vlVaCreateContext(VADriverContextP ctx, VAConfigID config_id, int picture_width, int picture_height,
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mc.h | 79 unsigned picture_width, unsigned picture_height,
|
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_mjpeg.c | 38 .picture_width = avctx->width, in vaapi_mjpeg_start_frame()
|
H A D | vaapi_encode_mjpeg.c | 383 .picture_width = fh->X, in vaapi_encode_mjpeg_init_picture_params()
|
H A D | vaapi_encode_mpeg2.c | 359 .picture_width = avctx->width, in vaapi_encode_mpeg2_init_sequence_params()
|
/third_party/ffmpeg/libavdevice/ |
H A D | opengl_enc.c | 223 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 D | p_video_state.h | 652 uint16_t picture_width; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_uvd.c | 751 *bs = util_bswap16(pic->picture_parameter.picture_width); in get_mjpeg_slice_header()
|
Completed in 11 milliseconds