| /third_party/gstreamer/gstplugins_bad/sys/va/ |
| D | gstvadecoder.c | 45 gint coded_width; member 106 g_value_set_int (value, self->coded_width); in gst_va_decoder_get_property() 175 self->coded_width = 0; in gst_va_decoder_init() 301 gint coded_width, gint coded_height, GArray * surfaces) in gst_va_decoder_set_frame_size_with_surfaces() argument 332 status = vaCreateContext (dpy, self->config, coded_width, coded_height, in gst_va_decoder_set_frame_size_with_surfaces() 343 self->coded_width = coded_width; in gst_va_decoder_set_frame_size_with_surfaces() 351 gst_va_decoder_set_frame_size (GstVaDecoder * self, gint coded_width, in gst_va_decoder_set_frame_size() argument 354 return gst_va_decoder_set_frame_size_with_surfaces (self, coded_width, in gst_va_decoder_set_frame_size() 361 gst_va_decoder_update_frame_size (GstVaDecoder * self, gint coded_width, in gst_va_decoder_update_frame_size() argument 381 self->coded_width = coded_width; in gst_va_decoder_update_frame_size() [all …]
|
| D | gstvadecoder.h | 49 gint coded_width, 53 gint coded_width, 56 gint coded_width,
|
| D | gstvah264dec.c | 80 gint coded_width; member 707 self->coded_width = sps->width; in gst_va_h264_dec_new_sequence() 712 gst_va_profile_name (profile), rt_format, self->coded_width, in gst_va_h264_dec_new_sequence() 733 base->need_valign = base->width < self->coded_width in gst_va_h264_dec_new_sequence() 839 if (!gst_va_decoder_set_frame_size (base->decoder, self->coded_width, in gst_va_h264_dec_negotiate()
|
| /third_party/ffmpeg/libavcodec/ |
| D | cfhd.c | 89 s->coded_width = 0; in init_frame_defaults() 253 if ((ret = ff_set_dimensions(avctx, s->coded_width, s->coded_height)) < 0) in alloc_buffers() 273 int width = (i || bayer) ? s->coded_width >> chroma_x_shift : s->coded_width; in alloc_buffers() 369 s->a_width = s->coded_width; in alloc_buffers() 419 s->coded_width = data; in cfhd_decode() 645 if (s->coded_width) { in cfhd_decode() 646 s->coded_width *= factor; in cfhd_decode() 653 if (!s->a_width && !s->coded_width) { in cfhd_decode() 654 s->coded_width = lowpass_width * factor * 8; in cfhd_decode() 661 if (s->a_width && !s->coded_width) in cfhd_decode() [all …]
|
| D | dxv.c | 199 int w_block = avctx->coded_width / ctx->texture_block_w; in decompress_texture_thread() 230 w_block = (avctx->coded_width / 2) / ctx->ctexture_block_w; in decompress_texture_thread() 1093 ctx->ctex_size = avctx->coded_width * avctx->coded_height / 4; in dxv_decode() 1110 ctx->ctex_size = avctx->coded_width * avctx->coded_height / 4; in dxv_decode() 1180 ctx->tex_size = avctx->coded_width * avctx->coded_height * 4 / ctx->tex_rat; in dxv_decode() 1188 ctx->op_size[0] = avctx->coded_width * avctx->coded_height / 16; in dxv_decode() 1189 ctx->op_size[1] = avctx->coded_width * avctx->coded_height / 32; in dxv_decode() 1190 ctx->op_size[2] = avctx->coded_width * avctx->coded_height / 32; in dxv_decode() 1191 ctx->op_size[3] = avctx->coded_width * avctx->coded_height / 16; in dxv_decode() 1208 int w_block = avctx->coded_width / ctx->texture_block_w; in dxv_decode() [all …]
|
| D | hapdec.c | 256 int w_block = avctx->coded_width / TEXTURE_BLOCK_W; in decompress_texture_thread_internal() 346 if (ctx->tex_size != (avctx->coded_width / TEXTURE_BLOCK_W) in hap_decode() 364 if (tex_size < (avctx->coded_width / TEXTURE_BLOCK_W) in hap_decode() 417 avctx->coded_width = FFALIGN(avctx->width, TEXTURE_BLOCK_W); in hap_init()
|
| D | imm5.c | 147 avctx->coded_width = codec_avctx->coded_width; in imm5_decode_frame()
|
| D | avcodec.c | 232 if (!(avctx->coded_width && avctx->coded_height && avctx->width && avctx->height && in avcodec_open2() 234 if (avctx->coded_width && avctx->coded_height) in avcodec_open2() 235 ret = ff_set_dimensions(avctx, avctx->coded_width, avctx->coded_height); in avcodec_open2() 242 if ((avctx->coded_width || avctx->coded_height || avctx->width || avctx->height) in avcodec_open2() 243 …&& ( av_image_check_size2(avctx->coded_width, avctx->coded_height, avctx->max_pixels, AV_PIX_FMT_… in avcodec_open2() 753 (enc->width != enc->coded_width || in avcodec_string() 756 " (%dx%d)", enc->coded_width, enc->coded_height); in avcodec_string()
|
| D | mss12.c | 600 avctx->coded_width = FFMAX(AV_RB32(avctx->extradata + 20), avctx->width); in ff_mss12_decode_init() 602 if (avctx->coded_width > 4096 || avctx->coded_height > 4096) { in ff_mss12_decode_init() 604 avctx->coded_width, avctx->coded_height); in ff_mss12_decode_init() 607 if (avctx->coded_width < 1 || avctx->coded_height < 1) { in ff_mss12_decode_init() 609 avctx->coded_width, avctx->coded_height); in ff_mss12_decode_init() 633 avctx->coded_width, avctx->coded_height); in ff_mss12_decode_init()
|
| D | agm.c | 424 int w = s->avctx->coded_width >> !shift; in decode_inter_plane() 457 int w = s->avctx->coded_width >> !shift; in decode_inter_plane() 804 s->blocks_w = avctx->coded_width >> 3; in decode_intra() 813 s->blocks_w = avctx->coded_width >> 4; in decode_intra() 822 s->blocks_w = avctx->coded_width >> 4; in decode_intra() 835 int nb_mvs = ((avctx->coded_height + 15) >> 4) * ((avctx->coded_width + 15) >> 4); in decode_motion_vectors() 887 s->blocks_w = avctx->coded_width >> 3; in decode_inter() 896 s->blocks_w = avctx->coded_width >> 4; in decode_inter() 905 s->blocks_w = avctx->coded_width >> 4; in decode_inter() 1227 frame->crop_left = avctx->coded_width - avctx->width; in decode_frame()
|
| D | vaapi_decode.c | 543 if (avctx->coded_width < constraints->min_width || in vaapi_decode_make_config() 545 avctx->coded_width > constraints->max_width || in vaapi_decode_make_config() 549 avctx->coded_width, avctx->coded_height, in vaapi_decode_make_config() 567 frames->width = avctx->coded_width; in vaapi_decode_make_config() 698 avctx->coded_width, avctx->coded_height, in ff_vaapi_decode_init()
|
| D | mpegvideo_parser.c | 71 if(!avctx->width || !avctx->height || !avctx->coded_width || !avctx->coded_height){ in mpegvideo_extract_headers() 173 s->coded_width = FFALIGN(pc->width, 16); in mpegvideo_extract_headers()
|
| D | vdpau.c | 79 uint32_t w = avctx->coded_width; in MAKE_ACCESSORS() 281 vdctx->width = avctx->coded_width; in ff_vdpau_common_init() 318 if (avctx->coded_width == vdctx->width && in ff_vdpau_common_reinit()
|
| D | v4l2_m2m_dec.c | 72 selection.r.width = avctx->coded_width; in v4l2_try_start() 196 output->width = capture->width = avctx->coded_width; in v4l2_decode_init()
|
| D | vc1_parser.c | 123 s->coded_width = FFALIGN(avctx->coded_width, 16); in vc1_extract_header()
|
| D | vp8_parser.c | 69 s->coded_width = FFALIGN(width, 16); in parse()
|
| D | qsvdec.c | 279 avctx->coded_width = param->mfx.FrameInfo.Width; in qsv_decode_init_context() 628 if (!avctx->coded_width) in qsv_process_data() 629 avctx->coded_width = 1280; in qsv_process_data() 636 avctx->coded_width != param.mfx.FrameInfo.Width || in qsv_process_data() 650 avctx->coded_width = param.mfx.FrameInfo.Width; in qsv_process_data()
|
| D | magicyuv.c | 129 int width = AV_CEIL_RSHIFT(avctx->coded_width, s->hshift[i]); in magy_decode_slice10() 227 int width = avctx->coded_width; in magy_decode_slice10() 259 int width = AV_CEIL_RSHIFT(avctx->coded_width, s->hshift[i]); in magy_decode_slice() 360 int width = avctx->coded_width; in magy_decode_slice() 562 if (slice_width != avctx->coded_width) { in magy_decode_frame()
|
| D | vc1dec.c | 551 s->mb_width = (avctx->coded_width + 15) >> 4; in vc1_decode_init() 563 v->sprite_width = avctx->coded_width; in vc1_decode_init() 566 avctx->coded_width = avctx->width = v->output_width; in vc1_decode_init() 789 avctx->width = avctx->coded_width = v->sprite_width; in vc1_decode_frame() 798 (s->width != avctx->coded_width || in vc1_decode_frame() 814 if(avctx->coded_width<=1 || avctx->coded_height<=1) { in vc1_decode_frame() 818 s->h_edge_pos = avctx->coded_width; in vc1_decode_frame() 1137 avctx->width = avctx->coded_width = v->output_width; in vc1_decode_frame()
|
| /third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
| D | vc1parser.c | 841 structc->coded_width = 320; in GST_START_TEST() 886 structc->coded_width = 320; in GST_START_TEST() 941 structc->coded_width = 320; in GST_START_TEST() 984 structc->coded_width = 320; in GST_START_TEST() 1060 assert_equals_int (entrypt->coded_width, 1920); in GST_START_TEST() 1190 assert_equals_int (entrypt->coded_width, 1920); in GST_START_TEST()
|
| /third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
| D | gstnvh264dec.c | 108 guint coded_width, coded_height; member 252 self->coded_width = 0; in gst_d3d11_h264_dec_reset() 375 self->coded_width != sps->width || self->coded_height != sps->height) { in gst_nv_h264_dec_new_sequence() 380 self->coded_width = sps->width; in gst_nv_h264_dec_new_sequence() 440 cudaVideoCodec_H264, &info, self->coded_width, self->coded_height, in gst_nv_h264_dec_new_sequence()
|
| D | gstnvdecoder.h | 56 gint coded_width,
|
| /third_party/ffmpeg/tests/ref/fate/ |
| D | hapqa-extract-nosnappy-to-hapq-mov | 24 coded_width=128
|
| D | hapqa-extract-nosnappy-to-hapalphaonly-mov | 24 coded_width=128
|
| /third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
| D | gstd3d11h264dec.cpp | 100 gint coded_width = 0; member 261 inner->coded_width = 0; in gst_d3d11_h264_dec_reset() 391 inner->coded_width != sps->width || inner->coded_height != sps->height) { in gst_d3d11_h264_dec_new_sequence() 396 inner->coded_width = sps->width; in gst_d3d11_h264_dec_new_sequence() 457 inner->coded_width, inner->coded_height, in gst_d3d11_h264_dec_new_sequence()
|