Home
last modified time | relevance | path

Searched refs:video_format (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Ddirac.c329 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 Dmpeg2_metadata_bsf.c38 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 Dh265_metadata_bsf.c44 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 Dh264_metadata_bsf.c55 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 Dcbs_mpeg2.h98 uint8_t video_format; member
H A Dmpeg12enc.c83 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 Dhevc_ps.h56 int video_format; member
H A Dcbs_mpeg2_syntax_template.c124 ui(3, video_format); in sequence_display_extension()
H A Dcbs_h264.h68 uint8_t video_format; member
H A Dcbs_h264_syntax_template.c133 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 Dcbs_h265_syntax_template.c344 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 Dcbs_h265.h137 uint8_t video_format; member
H A Dvaapi_encode_mpeg2.c298 sde->video_format = 5; in vaapi_encode_mpeg2_init_sequence_params()
/third_party/ffmpeg/libavformat/
H A Dlxfdec.c53 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 Drpl.c128 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 Dvulkan_video_codec_h264std.h213 uint8_t video_format; member
H A Dvulkan_video_codec_h265std.h190 uint8_t video_format; member
/third_party/vulkan-headers/include/vk_video/
H A Dvulkan_video_codec_h264std.h214 uint8_t video_format; member
H A Dvulkan_video_codec_h265std.h238 uint8_t video_format; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
H A Dvulkan_video_codec_h264std.h191 uint8_t video_format; member
H A Dvulkan_video_codec_h265std.h153 uint8_t video_format; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_video.hpp380 ( 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 Dradeon_vce.h197 uint32_t video_format; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce.h197 uint32_t video_format; member
H A Dradeon_vce_52.c130 enc->enc_pic.vui.video_format = 0x00000005; in get_vui_param()
624 RVCE_CS(enc->enc_pic.vui.video_format); in vui()

Completed in 44 milliseconds

12