/third_party/ffmpeg/libavcodec/ |
D | vmdvideo.c | 199 int frame_width, frame_height; in vmd_decode() local 203 frame_width = AV_RL16(&s->buf[10]) - frame_x + 1; in vmd_decode() 206 if ((frame_width == s->avctx->width && frame_height == s->avctx->height) && in vmd_decode() 215 if (frame_x < 0 || frame_width < 0 || in vmd_decode() 217 frame_width > s->avctx->width || in vmd_decode() 218 frame_x + frame_width > s->avctx->width) { in vmd_decode() 221 frame_x, frame_width); in vmd_decode() 237 (frame_x || frame_y || (frame_width != s->avctx->width) || in vmd_decode() 301 if (ofs + len > frame_width || in vmd_decode() 308 if (ofs + len + 1 > frame_width || !pp) in vmd_decode() [all …]
|
D | cbs_vp9_syntax_template.c | 79 vp9->frame_width = current->frame_width_minus_1 + 1; in FUNC() 82 vp9->mi_cols = (vp9->frame_width + 7) >> 3; in FUNC() 117 vp9->frame_width = ref->frame_width; in FUNC() 130 vp9->mi_cols = (vp9->frame_width + 7) >> 3; in FUNC() 365 .frame_width = vp9->frame_width, in FUNC() 376 vp9->frame_width, vp9->frame_height, in FUNC()
|
D | cbs_vp9.h | 185 int frame_width; // RefFrameWidth member 202 int frame_width; member
|
D | movtextdec.c | 106 int frame_width; member 458 if (!m->frame_width || !m->frame_height) { in mov_text_init() 459 m->frame_width = ASS_DEFAULT_PLAYRESX; in mov_text_init() 463 m->frame_width, m->frame_height, in mov_text_init() 582 …{ "width", "Frame width, usually video width", OFFSET(frame_width), AV_OPT_TYPE_INT, {.i64=0}, 0, …
|
D | svq1enc.c | 67 s->frame_width, s->frame_height); in svq1_write_header() 71 put_bits(&s->pb, 12, s->frame_width); in svq1_write_header() 538 s->frame_width = avctx->width; in svq1_encode_init() 541 s->y_block_width = (s->frame_width + 15) / 16; in svq1_encode_init() 544 s->c_block_width = (s->frame_width / 4 + 15) / 16; in svq1_encode_init() 632 s->frame_width / (i ? 4 : 1), in svq1_encode_frame()
|
D | rpzaenc.c | 46 int frame_width; // width in pixels of source frame member 571 total_blocks = ((s->frame_width + 3) / 4) * ((s->frame_height + 3) / 4); in rpza_encode_stream() 573 bi.image_width = s->frame_width; in rpza_encode_stream() 577 bi.blocks_per_row = (s->frame_width + 3) / 4; in rpza_encode_stream() 772 s->frame_width = avctx->width; in rpza_encode_init()
|
D | cbs_av1_syntax_template.c | 478 priv->upscaled_width = priv->frame_width; in FUNC() 479 priv->frame_width = (priv->upscaled_width * AV1_SUPERRES_NUM + in FUNC() 500 priv->frame_width = current->frame_width_minus_1 + 1; in FUNC() 556 priv->frame_width = priv->upscaled_width; in FUNC() 600 mi_cols = 2 * ((priv->frame_width + 7) >> 3); in FUNC() 1361 priv->frame_width = ref->frame_width; in FUNC() 1512 priv->upscaled_width == priv->frame_width) in FUNC() 1615 priv->frame_width == priv->upscaled_width; in FUNC() 1644 priv->frame_width, priv->frame_height, priv->upscaled_width, in FUNC() 1657 .frame_width = priv->frame_width, in FUNC()
|
D | svq1enc.h | 55 int frame_width; member
|
D | cbs_av1.h | 411 int frame_width; // RefFrameWidth member 444 int frame_width; member
|
D | libvpxenc.c | 1393 static int set_roi_map(AVCodecContext *avctx, const AVFrameSideData *sd, int frame_width, int frame… in set_roi_map() argument 1464 roi_map->cols = (frame_width + block_size - 1) / block_size; in set_roi_map() 1500 static int vp9_encode_set_roi(AVCodecContext *avctx, int frame_width, int frame_height, const AVFra… in vp9_encode_set_roi() argument 1525 ret = set_roi_map(avctx, sd, frame_width, frame_height, &roi_map, block_size, segment_cnt); in vp9_encode_set_roi() 1550 static int vp8_encode_set_roi(AVCodecContext *avctx, int frame_width, int frame_height, const AVFra… in vp8_encode_set_roi() argument 1557 int ret = set_roi_map(avctx, sd, frame_width, frame_height, &roi_map, block_size, segment_cnt); in vp8_encode_set_roi()
|
D | vaapi_encode_vp8.c | 58 vseq->frame_width = avctx->width; in vaapi_encode_vp8_init_sequence_params()
|
D | vaapi_vp9.c | 50 .frame_width = avctx->width, in vaapi_vp9_start_frame()
|
D | vaapi_vp8.c | 48 .frame_width = avctx->width, in vaapi_vp8_start_frame()
|
D | libtheoraenc.c | 177 t_info.frame_width = FFALIGN(avc_context->width, 16); in encode_init()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | verifier.cc | 403 uint32_t frame_width, in Probe() argument 419 width = frame_width; in Probe() 422 x = static_cast<uint32_t>(static_cast<float>(frame_width) * in Probe() 427 width = static_cast<uint32_t>(static_cast<float>(frame_width) * in Probe() 439 if (x + width > frame_width || y + height > frame_height) { in Probe() 444 std::to_string(frame_width) + "," + std::to_string(frame_height) + ")"); in Probe() 447 if (row_stride < frame_width * texel_stride) { in Probe() 451 std::to_string(frame_width) + " texels of " + in Probe()
|
D | verifier.h | 39 uint32_t frame_width,
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | engine_vulkan.cc | 477 const float frame_width = static_cast<float>(graphics->GetWidth()); in DoDrawRect() local 479 x = ((x / frame_width) * 2.0f) - 1.0f; in DoDrawRect() 481 width = (width / frame_width) * 2.0f; in DoDrawRect() 546 const float frame_width = static_cast<float>(graphics->GetWidth()); in DoDrawGrid() local 548 x = ((x / frame_width) * 2.0f) - 1.0f; in DoDrawGrid() 550 width = (width / frame_width) * 2.0f; in DoDrawGrid()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | usbd_video.h | 180 uint32_t frame_len, uint32_t frame_height, uint32_t frame_width);
|
D | usbd_video.c | 822 uint32_t frame_len, uint32_t frame_height, uint32_t frame_width) in usb_format_yuv_semiplanar_420() argument 825 uint32_t width = frame_width; in usb_format_yuv_semiplanar_420()
|
/third_party/ffmpeg/libavdevice/ |
D | avdevice.h | 418 int frame_width; member
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_vp9.c | 40 context->desc.vp9.picture_parameter.frame_width = vp9->frame_width; in vlVaHandlePictureParameterBufferVP9()
|
D | picture_av1.c | 172 context->desc.av1.picture_parameter.frame_width = av1->frame_width_minus1 + 1; in vlVaHandlePictureParameterBufferAV1()
|
D | picture.c | 181 context->desc.vp9.picture_parameter.frame_width; in handlePictureParameterBuffer()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deshake_opencl.c | 994 float frame_width, in update_needed_crop() argument 1000 cl_float2 top_right = transformed_point(frame_width, 0, transform); in update_needed_crop() 1002 cl_float2 bottom_right = transformed_point(frame_width, frame_height, transform); in update_needed_crop() 1003 float ar_h = frame_height / frame_width; in update_needed_crop() 1004 float ar_w = frame_width / frame_height; in update_needed_crop() 1008 crop->bottom_right.s[0] = frame_width; in update_needed_crop()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_video_state.h | 735 uint16_t frame_width; member 826 uint16_t frame_width; member
|