Searched refs:picture_height (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/ |
D | context.c | 226 int picture_height, int flag, VASurfaceID *render_targets, in vlVaCreateContext() argument 247 !picture_height && !flag && !render_targets && !num_render_targets; 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() 279 context->templat.height = picture_height; in vlVaCreateContext()
|
D | picture_mjpeg.c | 39 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()
|
D | va_private.h | 363 …lVaCreateContext(VADriverContextP ctx, VAConfigID config_id, int picture_width, int picture_height,
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mc.h | 79 unsigned picture_width, unsigned picture_height,
|
/third_party/ffmpeg/libavdevice/ |
D | opengl_enc.c | 224 int picture_height; ///< Rendered height member 684 opengl->picture_height = av_rescale(opengl->picture_width, dar.den, dar.num); in opengl_compute_display_area() 687 opengl->picture_height = opengl->window_height; in opengl_compute_display_area() 688 opengl->picture_width = av_rescale(opengl->picture_height, dar.num, dar.den); in opengl_compute_display_area() 884 opengl->vertex[1].y = opengl->vertex[2].y = - (float)opengl->picture_height / 2.0f; in opengl_prepare_vertex() 885 opengl->vertex[0].y = opengl->vertex[3].y = (float)opengl->picture_height / 2.0f; in opengl_prepare_vertex()
|
/third_party/ffmpeg/libavcodec/ |
D | proresenc_anatoliy.c | 661 int mb_y, sl_data_size, qp, mb_height, picture_height, unsafe_mb_height_limit; in prores_encode_picture() local 671 picture_height = (avctx->height + 1) / 2; in prores_encode_picture() 673 picture_height = avctx->height / 2; in prores_encode_picture() 675 mb_height = (picture_height + 15) >> 4; in prores_encode_picture()
|
D | vaapi_mjpeg.c | 39 .picture_height = avctx->height, in vaapi_mjpeg_start_frame()
|
D | vaapi_encode_mjpeg.c | 384 .picture_height = fh->Y, in vaapi_encode_mjpeg_init_picture_params()
|
D | vaapi_encode_mpeg2.c | 358 .picture_height = avctx->height, in vaapi_encode_mpeg2_init_sequence_params()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_video_state.h | 653 uint16_t picture_height; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | radeon_uvd.c | 747 *bs = util_bswap16(pic->picture_parameter.picture_height); in get_mjpeg_slice_header()
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 753 per plane, not picture_height lines; allocate that on the stack.
|