Lines Matching defs:width
194 static void extract_luma_from_v210(uint16_t *dst, const uint8_t *src, int width)
197 for (i = 0; i < width / 3; i++) {
205 static void unpack_v210(uint16_t *dst, const uint8_t *src, int width)
208 for (i = 0; i < width * 2 / 3; i++) {
421 static uint8_t *get_metadata(AVFormatContext *avctx, uint16_t *buf, size_t width,
425 uint16_t *max_buf = buf + width;
444 width == 1920 && tgt_size >= 1920) {
458 data = vanc_to_cc(avctx, buf, width, data_len);
894 int width = videoFrame->GetWidth();
899 for (int x = 0; x < width; x += 2)
900 *p++ = bars[(x * 8) / width];
1310 st->codecpar->width = ctx->bmd_width;