Home
last modified time | relevance | path

Searched refs:scaling_matrix_present (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_ps.h89 int scaling_matrix_present; member
Dh264_ps.c285 int fallback_sps = !is_sps && sps->scaling_matrix_present; in decode_scaling_matrices()
380 sps->scaling_matrix_present = 0; in ff_h264_decode_seq_parameter_set()
424 sps->scaling_matrix_present |= ret; in ff_h264_decode_seq_parameter_set()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c82 gboolean scaling_matrix_present; member
511 | (self->scaling_matrix_present ? V4L2_H264_PPS_FLAG_SCALING_MATRIX_PRESENT : 0), in gst_v4l2_codec_h264_dec_fill_pps()
969 self->scaling_matrix_present = in gst_v4l2_codec_h264_dec_start_picture()
975 if (self->scaling_matrix_present) in gst_v4l2_codec_h264_dec_start_picture()
1187 if (self->scaling_matrix_present) { in gst_v4l2_codec_h264_dec_submit_bitstream()