Searched refs:seq_hdr (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstvc1parse.c | 812 structC |= (vc1parse->seq_hdr.struct_c.wmvp << 28); in gst_vc1_parse_make_sequence_layer() 813 structC |= (vc1parse->seq_hdr.struct_c.frmrtq_postproc << 25); in gst_vc1_parse_make_sequence_layer() 814 structC |= (vc1parse->seq_hdr.struct_c.bitrtq_postproc << 20); in gst_vc1_parse_make_sequence_layer() 815 structC |= (vc1parse->seq_hdr.struct_c.loop_filter << 19); in gst_vc1_parse_make_sequence_layer() 817 structC |= (vc1parse->seq_hdr.struct_c.multires << 17); in gst_vc1_parse_make_sequence_layer() 820 structC |= (vc1parse->seq_hdr.struct_c.fastuvmc << 15); in gst_vc1_parse_make_sequence_layer() 821 structC |= (vc1parse->seq_hdr.struct_c.extended_mv << 14); in gst_vc1_parse_make_sequence_layer() 822 structC |= (vc1parse->seq_hdr.struct_c.dquant << 12); in gst_vc1_parse_make_sequence_layer() 823 structC |= (vc1parse->seq_hdr.struct_c.vstransform << 11); in gst_vc1_parse_make_sequence_layer() 825 structC |= (vc1parse->seq_hdr.struct_c.overlap << 9); in gst_vc1_parse_make_sequence_layer() [all …]
|
D | gstvc1parse.h | 99 GstVC1SeqHdr seq_hdr; member
|
D | gstmpegvideoparse.c | 969 GstMpegVideoSequenceHdr *seq_hdr = NULL; in gst_mpegv_parse_pre_push_frame() local 1010 seq_hdr = &mpvparse->sequencehdr; in gst_mpegv_parse_pre_push_frame() 1032 gst_buffer_add_mpeg_video_meta (buf, seq_hdr, seq_ext, disp_ext, in gst_mpegv_parse_pre_push_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11av1dec.cpp | 377 GstAV1SequenceHeaderOBU seq_hdr; member 426 const GstAV1SequenceHeaderOBU * seq_hdr); 633 const GstAV1SequenceHeaderOBU * seq_hdr) in gst_d3d11_av1_dec_new_sequence() argument 642 if (seq_hdr->seq_profile != GST_AV1_PROFILE_0) { in gst_d3d11_av1_dec_new_sequence() 643 GST_WARNING_OBJECT (self, "Unsupported profile %d", seq_hdr->seq_profile); in gst_d3d11_av1_dec_new_sequence() 647 if (seq_hdr->num_planes != 3) { in gst_d3d11_av1_dec_new_sequence() 652 inner->seq_hdr = *seq_hdr; in gst_d3d11_av1_dec_new_sequence() 654 if (inner->bitdepth != seq_hdr->bit_depth) { in gst_d3d11_av1_dec_new_sequence() 656 seq_hdr->bit_depth); in gst_d3d11_av1_dec_new_sequence() 657 inner->bitdepth = seq_hdr->bit_depth; in gst_d3d11_av1_dec_new_sequence() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | libdav1d.c | 74 enum AVPixelFormat format = pix_fmt[p->p.layout][p->seq_hdr->hbd]; in libdav1d_picture_allocator() 277 c->profile = p->seq_hdr->profile; in libdav1d_receive_frame() 278 c->level = ((p->seq_hdr->operating_points[0].major_level - 2) << 2) in libdav1d_receive_frame() 279 | p->seq_hdr->operating_points[0].minor_level; in libdav1d_receive_frame() 295 switch (p->seq_hdr->chr) { in libdav1d_receive_frame() 303 frame->colorspace = c->colorspace = (enum AVColorSpace) p->seq_hdr->mtrx; in libdav1d_receive_frame() 304 frame->color_primaries = c->color_primaries = (enum AVColorPrimaries) p->seq_hdr->pri; in libdav1d_receive_frame() 305 frame->color_trc = c->color_trc = (enum AVColorTransferCharacteristic) p->seq_hdr->trc; in libdav1d_receive_frame() 306 …frame->color_range = c->color_range = p->seq_hdr->color_range ? AVCOL_RANGE_JPEG : AVCOL_RANGE_MPE… in libdav1d_receive_frame() 309 p->seq_hdr->mtrx == DAV1D_MC_IDENTITY && in libdav1d_receive_frame() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstmpeg2decoder.c | 242 GstMpegVideoSequenceHdr seq_hdr; member 331 self->priv->seq_hdr = SEQ_HDR_INIT; in gst_mpeg2_decoder_init() 493 GstMpegVideoSequenceHdr seq_hdr = { 0, }; in gst_mpeg2_decoder_handle_sequence() local 495 if (!gst_mpeg_video_packet_parse_sequence_header (packet, &seq_hdr)) { in gst_mpeg2_decoder_handle_sequence() 505 if (_seq_hdr_is_valid (&priv->seq_hdr) && in gst_mpeg2_decoder_handle_sequence() 506 memcmp (&priv->seq_hdr, &seq_hdr, sizeof (seq_hdr)) == 0) in gst_mpeg2_decoder_handle_sequence() 514 priv->seq_hdr = seq_hdr; in gst_mpeg2_decoder_handle_sequence() 517 if (priv->width != seq_hdr.width || priv->height != seq_hdr.height) { in gst_mpeg2_decoder_handle_sequence() 519 priv->width = seq_hdr.width; in gst_mpeg2_decoder_handle_sequence() 520 priv->height = seq_hdr.height; in gst_mpeg2_decoder_handle_sequence() [all …]
|
D | gstav1decoder.h | 79 const GstAV1SequenceHeaderOBU * seq_hdr);
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstmpegvideometa.c | 144 const GstMpegVideoSequenceHdr * seq_hdr, in gst_buffer_add_mpeg_video_meta() argument 159 seq_hdr, seq_ext, disp_ext, pic_hdr, pic_ext, quant_ext); in gst_buffer_add_mpeg_video_meta() 161 if (seq_hdr) in gst_buffer_add_mpeg_video_meta() 163 g_slice_dup (GstMpegVideoSequenceHdr, seq_hdr); in gst_buffer_add_mpeg_video_meta()
|
D | gstmpegvideometa.h | 83 const GstMpegVideoSequenceHdr *seq_hdr,
|
D | gstmpegvideoparser.h | 550 GstMpegVideoSequenceHdr * seq_hdr,
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvaav1dec.c | 156 _get_profile (GstVaAV1Dec * self, const GstAV1SequenceHeaderOBU * seq_hdr) in _get_profile() argument 161 switch (seq_hdr->seq_profile) { in _get_profile() 170 seq_hdr->seq_profile); in _get_profile() 250 const GstAV1SequenceHeaderOBU * seq_hdr) in gst_va_av1_dec_new_sequence() argument 259 profile = _get_profile (self, seq_hdr); in gst_va_av1_dec_new_sequence() 263 rt_format = _get_rtformat (self, profile, seq_hdr); in gst_va_av1_dec_new_sequence() 267 self->seq = *seq_hdr; in gst_va_av1_dec_new_sequence() 270 rt_format, seq_hdr->max_frame_width_minus_1 + 1, in gst_va_av1_dec_new_sequence() 271 seq_hdr->max_frame_height_minus_1 + 1)) { in gst_va_av1_dec_new_sequence() 274 self->max_width = seq_hdr->max_frame_width_minus_1 + 1; in gst_va_av1_dec_new_sequence() [all …]
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 107057 vc1parse: forge sequence-layer from seq_hdr instead of seq_layer 107062 seq_layer_buffer, we forge one from seq_hdr.
|