/third_party/ffmpeg/libavcodec/ |
H A D | dirac.c | 329 unsigned video_format, picture_coding_mode; in av_dirac_parse_sequence_header() local 347 video_format = get_interleaved_ue_golomb(&gb); in av_dirac_parse_sequence_header() 354 if (video_format > 20U) { in av_dirac_parse_sequence_header() 360 dsh->width = dirac_source_parameters_defaults[video_format].width; in av_dirac_parse_sequence_header() 361 dsh->height = dirac_source_parameters_defaults[video_format].height; in av_dirac_parse_sequence_header() 362 dsh->chroma_format = dirac_source_parameters_defaults[video_format].chroma_format; in av_dirac_parse_sequence_header() 363 dsh->interlaced = dirac_source_parameters_defaults[video_format].interlaced; in av_dirac_parse_sequence_header() 364 dsh->top_field_first = dirac_source_parameters_defaults[video_format].top_field_first; in av_dirac_parse_sequence_header() 365 dsh->frame_rate_index = dirac_source_parameters_defaults[video_format].frame_rate_index; in av_dirac_parse_sequence_header() 366 dsh->aspect_ratio_index = dirac_source_parameters_defaults[video_format] in av_dirac_parse_sequence_header() [all...] |
H A D | mpeg2_metadata_bsf.c | 38 int video_format; member 112 if (ctx->video_format >= 0 || in mpeg2_metadata_update_fragment() 125 .video_format = 5, in mpeg2_metadata_update_fragment() 149 if (ctx->video_format >= 0) in mpeg2_metadata_update_fragment() 150 sde->video_format = ctx->video_format; in mpeg2_metadata_update_fragment() 208 { "video_format", "Set video format (table 6-6)", 209 OFFSET(video_format), AV_OPT_TYPE_INT,
|
H A D | h265_metadata_bsf.c | 44 int video_format; member 234 if (ctx->video_format >= 0 || in h265_metadata_update_sps() 240 SET_OR_INFER(sps->vui.video_format, ctx->video_format, in h265_metadata_update_sps() 422 { "video_format", "Set video format (table E-2)", 423 OFFSET(video_format), AV_OPT_TYPE_INT,
|
H A D | h264_metadata_bsf.c | 55 int video_format; member 188 if (ctx->video_format >= 0 || in h264_metadata_update_sps() 194 SET_VUI_FIELD(video_format); in h264_metadata_update_sps() 610 { "video_format", "Set video format (table E-2)", 611 OFFSET(video_format), AV_OPT_TYPE_INT,
|
H A D | cbs_mpeg2.h | 98 uint8_t video_format; member
|
H A D | mpeg12enc.c | 83 int video_format; member 385 mpeg12->video_format != VIDEO_FORMAT_UNSPECIFIED); in mpeg1_encode_sequence_header() 391 put_bits(&s->pb, 3, mpeg12->video_format); // video_format in mpeg1_encode_sequence_header() 1191 { "video_format", "Video_format in the sequence_display_extension indicating the source of the video.", OFFSET(video_format), AV_OPT_TYPE_INT, { .i64 = VIDEO_FORMAT_UNSPECIFIED }, 0, 7, VE, "video_format" }, 1192 { "component", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = VIDEO_FORMAT_COMPONENT }, 0, 0, VE, "video_format" }, 1193 { "pal", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = VIDEO_FORMAT_PAL }, 0, 0, VE, "video_format" }, 1194 { "ntsc", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = VIDEO_FORMAT_NTSC }, 0, 0, VE, "video_format" }, [all...] |
H A D | hevc_ps.h | 56 int video_format; member
|
H A D | cbs_mpeg2_syntax_template.c | 124 ui(3, video_format); in sequence_display_extension()
|
H A D | cbs_h264.h | 68 uint8_t video_format; member
|
H A D | cbs_h264_syntax_template.c | 133 ub(3, video_format); in vui_parameters() 146 infer(video_format, 5); in vui_parameters() 226 infer(video_format, 5); in vui_parameters_default()
|
H A D | cbs_h265_syntax_template.c | 344 ub(3, video_format); in vui_parameters() 357 infer(video_format, 5); in vui_parameters() 756 infer(video_format, 5); in vui_parameters_default()
|
H A D | cbs_h265.h | 137 uint8_t video_format; member
|
H A D | vaapi_encode_mpeg2.c | 298 sde->video_format = 5; in vaapi_encode_mpeg2_init_sequence_params()
|
/third_party/ffmpeg/libavformat/ |
H A D | lxfdec.c | 53 uint32_t video_format, packet_type, extended_size; member 159 lxf->video_format = bytestream_get_le32(&p); in get_packet_header() 329 if (((lxf->video_format >> 22) & 0x3) < 2) in lxf_read_packet()
|
H A D | rpl.c | 128 int32_t video_format, audio_format, chunk_catalog_offset, number_of_chunks; in rpl_read_header() local 148 video_format = read_line_and_int(pb, &error); in rpl_read_header() 149 if (video_format) { in rpl_read_header() 154 vst->codecpar->codec_tag = video_format; in rpl_read_header()
|
/third_party/mesa3d/include/vk_video/ |
H A D | vulkan_video_codec_h264std.h | 213 uint8_t video_format; member
|
H A D | vulkan_video_codec_h265std.h | 190 uint8_t video_format; member
|
/third_party/vulkan-headers/include/vk_video/ |
H A D | vulkan_video_codec_h264std.h | 214 uint8_t video_format; member
|
H A D | vulkan_video_codec_h265std.h | 238 uint8_t video_format; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
H A D | vulkan_video_codec_h264std.h | 191 uint8_t video_format; member
|
H A D | vulkan_video_codec_h265std.h | 153 uint8_t video_format; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_video.hpp | 380 ( video_format == rhs.video_format ) && ( colour_primaries == rhs.colour_primaries ) && 399 uint8_t video_format = {}; member 1626 ( video_format == rhs.video_format ) && ( colour_primaries == rhs.colour_primaries ) && 1651 uint8_t video_format = {}; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_vce.h | 197 uint32_t video_format; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vce.h | 197 uint32_t video_format; member
|
H A D | radeon_vce_52.c | 130 enc->enc_pic.vui.video_format = 0x00000005; in get_vui_param() 624 RVCE_CS(enc->enc_pic.vui.video_format); in vui()
|