Home
last modified time | relevance | path

Searched refs:seqh (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibuavs3d.c201 struct uavs3d_com_seqh_t *seqh = frm_dec->seqhdr; in libuavs3d_decode_frame() local
202 if (UAVS3D_CHECK_INVALID_RANGE(seqh->frame_rate_code, 0, 15)) { in libuavs3d_decode_frame()
203 … av_log(avctx, AV_LOG_ERROR, "Invalid frame rate code: %d.\n", seqh->frame_rate_code); in libuavs3d_decode_frame()
204 seqh->frame_rate_code = 3; // default 25 fps in libuavs3d_decode_frame()
206 avctx->framerate.num = ff_avs3_frame_rate_tab[seqh->frame_rate_code].num; in libuavs3d_decode_frame()
207 avctx->framerate.den = ff_avs3_frame_rate_tab[seqh->frame_rate_code].den; in libuavs3d_decode_frame()
209 avctx->has_b_frames = !seqh->low_delay; in libuavs3d_decode_frame()
210 … avctx->pix_fmt = seqh->bit_depth_internal == 8 ? AV_PIX_FMT_YUV420P : AV_PIX_FMT_YUV420P10LE; in libuavs3d_decode_frame()
211 ff_set_dimensions(avctx, seqh->horizontal_size, seqh->vertical_size); in libuavs3d_decode_frame()
214 if (seqh->colour_description) { in libuavs3d_decode_frame()
[all …]
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h1129 AtomInfo * build_SMI_atom (const GstBuffer *seqh);
Dqtdemux.c10353 const guint8 * stsd_entry_data, const guint8 ** gamma, GstBuffer ** seqh) in qtdemux_parse_svq3_stsd_data() argument
10436 if (seqh) { in qtdemux_parse_svq3_stsd_data()
10437 *seqh = _seqh; in qtdemux_parse_svq3_stsd_data()
11856 GstBuffer *seqh = NULL; in qtdemux_parse_trak() local
11861 &seqh); in qtdemux_parse_trak()
11866 if (seqh) { in qtdemux_parse_trak()
11869 gst_caps_set_simple (entry->caps, "seqh", GST_TYPE_BUFFER, seqh, in qtdemux_parse_trak()
11871 gst_buffer_unref (seqh); in qtdemux_parse_trak()
Datoms.c5667 build_SMI_atom (const GstBuffer * seqh) in build_SMI_atom() argument
5675 size = gst_buffer_get_size ((GstBuffer *) seqh); in build_SMI_atom()
5680 gst_buffer_extract ((GstBuffer *) seqh, 0, data + 8, size); in build_SMI_atom()
Dgstqtmux.c6525 const GstBuffer *seqh = NULL; in gst_qt_mux_video_sink_set_caps() local
6537 seqh = gst_value_get_buffer (seqh_value); in gst_qt_mux_video_sink_set_caps()
6538 ext_atom = build_SMI_atom (seqh); in gst_qt_mux_video_sink_set_caps()
/third_party/gstreamer/gstplugins_good/
DChangeLog27591 qtdemux: free seqh after calling qtdemux_parse_svq3_stsd_data()
27592 The seqh buffer allocated in qtdemux_parse_svq3_stsd_data() needs to
87960 has decoder info that must be passed in the 'seqh' field
/third_party/gstreamer/gstplugins_bad/
DChangeLog188166 has decoder info that must be passed in the 'seqh' field