/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstvp9parser.c | 114 GstBitReader * const br, GstVp9FrameHdr * frame_hdr) in parse_bitdepth_colorspace_sampling() 186 parse_display_frame_size (GstBitReader * br, GstVp9FrameHdr * frame_hdr) in parse_display_frame_size() 196 GstVp9FrameHdr * frame_hdr, GstBitReader * br) in parse_frame_size_from_refs() 364 parse_tile_info (GstVp9FrameHdr * frame_hdr, GstBitReader * br) in parse_tile_info() 411 const GstVp9FrameHdr * frame_hdr, int segid) in seg_get_base_qindex() 430 const GstVp9FrameHdr * frame_hdr, int segid) in seg_get_filter_level() 447 segmentation_save (GstVp9Parser * parser, const GstVp9FrameHdr * frame_hdr) in segmentation_save() 473 segmentation_update (GstVp9Parser * parser, const GstVp9FrameHdr * frame_hdr) in segmentation_update() 526 reference_update (GstVp9Parser * parser, const GstVp9FrameHdr * const frame_hdr) in reference_update() 548 frame_is_intra_only (const GstVp9FrameHdr * frame_hdr) in frame_is_intra_only() [all …]
|
D | gstvp8parser.c | 280 calc_partition_sizes (GstVp8FrameHdr * frame_hdr, const guint8 * data, in calc_partition_sizes() 317 GstVp8FrameHdr * frame_hdr) in parse_uncompressed_data_chunk() 370 GstVp8FrameHdr * frame_hdr) in parse_frame_header() 526 GstVp8FrameHdr * frame_hdr, const guint8 * data, gsize size) in gst_vp8_parser_parse_frame_header()
|
D | gstjpegparser.c | 289 GstJpegFrameHdr * frame_hdr) in gst_jpeg_segment_parse_frame_header()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | vp8parser.c | 138 GstVp8FrameHdr frame_hdr; in GST_START_TEST() local 179 GstVp8FrameHdr frame_hdr; in GST_START_TEST() local
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavp8dec.c | 133 _get_profile (GstVaVp8Dec * self, const GstVp8FrameHdr * frame_hdr) in _get_profile() 146 const GstVp8FrameHdr * frame_hdr) in gst_va_vp8_dec_new_sequence() 229 GstVp8FrameHdr const *frame_hdr = &picture->frame_hdr; in _fill_quant_matrix() local 268 GstVp8FrameHdr const *frame_hdr = &picture->frame_hdr; in _fill_probability_table() local 287 GstVp8FrameHdr const *frame_hdr = &picture->frame_hdr; in _fill_picture() local 386 GstVp8FrameHdr const *frame_hdr = &picture->frame_hdr; in _add_slice() local
|
D | gstvavp9dec.c | 148 const GstVp9FrameHeader * frame_hdr) in gst_va_vp9_new_sequence() 191 const GstVp9FrameHeader *frame_hdr = &picture->frame_hdr; in _check_resolution_change() local 260 const GstVp9FrameHeader *frame_hdr = &picture->frame_hdr; in _fill_param() local
|
D | gstvaav1dec.c | 297 GstAV1FrameHeaderOBU *frame_hdr = &picture->frame_hdr; in gst_va_av1_dec_new_picture() local
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstvp8decoder.c | 154 const GstVp8FrameHdr * frame_hdr) in gst_vp8_decoder_check_codec_change() 223 GstVp8FrameHdr *frame_hdr = &picture->frame_hdr; in gst_vp8_decoder_update_reference() local 352 GstVp8FrameHdr frame_hdr; in gst_vp8_decoder_handle_frame() local
|
D | gstvp9decoder.c | 185 const GstVp9FrameHeader * frame_hdr) in gst_vp9_decoder_is_format_change() 213 const GstVp9FrameHeader * frame_hdr) in gst_vp9_decoder_check_codec_change() 354 GstVp9FrameHeader frame_hdr; in gst_vp9_decoder_handle_frame() local
|
D | gstvp8picture.h | 43 GstVp8FrameHdr frame_hdr; member
|
D | gstvp9picture.h | 43 GstVp9FrameHeader frame_hdr; member
|
D | gstav1picture.h | 74 GstAV1FrameHeaderOBU frame_hdr; member
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11vp9dec.cpp | 364 const GstVp9FrameHeader * frame_hdr) in gst_d3d11_vp9_dec_new_sequence() 498 const GstVp9FrameHeader *frame_hdr = &picture->frame_hdr; in gst_d3d11_vp9_dec_copy_frame_params() local 561 const GstVp9FrameHeader *frame_hdr = &picture->frame_hdr; in gst_d3d11_vp9_dec_copy_frame_refs() local 581 const GstVp9FrameHeader *frame_hdr = &picture->frame_hdr; in gst_d3d11_vp9_dec_copy_loop_filter_params() local 616 const GstVp9FrameHeader *frame_hdr = &picture->frame_hdr; in gst_d3d11_vp9_dec_copy_quant_params() local 629 const GstVp9FrameHeader *frame_hdr = &picture->frame_hdr; in gst_d3d11_vp9_dec_copy_segmentation_params() local
|
D | gstd3d11vp8dec.cpp | 316 const GstVp8FrameHdr * frame_hdr) in gst_d3d11_vp8_dec_new_sequence() 413 const GstVp8FrameHdr *frame_hdr = &picture->frame_hdr; in gst_d3d11_vp8_dec_copy_frame_params() local 549 const GstVp8FrameHdr *frame_hdr = &picture->frame_hdr; in gst_d3d11_vp8_dec_decode_picture() local
|
D | gstd3d11av1dec.cpp | 787 const GstAV1FrameHeaderOBU *frame_hdr = &picture->frame_hdr; in gst_d3d11_av1_dec_start_picture() local
|
/third_party/gstreamer/gstplugins_bad/tests/examples/codecparsers/ |
D | parse-vp8.c | 252 print_frame_header (GstVp8FrameHdr * frame_hdr) in print_frame_header() 325 GstVp8FrameHdr frame_hdr; in main() local
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstvp9parse.c | 343 gst_vp9_parse_process_frame (GstVp9Parse * self, GstVp9FrameHdr * frame_hdr) in gst_vp9_parse_process_frame() 429 GstVp9FrameHdr frame_hdr; in gst_vp9_parse_handle_frame() local 707 GstVp9FrameHdr * frame_hdr) in gst_vp9_parse_parse_frame()
|
D | gstvc1parse.c | 1408 GstVC1FrameHdr frame_hdr; in gst_vc1_parse_handle_frame() local
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvvp8dec.c | 234 const GstVp8FrameHdr * frame_hdr) in gst_nv_vp8_dec_new_sequence() 325 GstVp8FrameHdr *frame_hdr = &picture->frame_hdr; in gst_nv_vp8_dec_decode_picture() local
|
D | gstnvvp9dec.c | 244 const GstVp9FrameHeader * frame_hdr) in gst_nv_vp9_dec_new_sequence() 359 const GstVp9FrameHeader *frame_hdr = &picture->frame_hdr; in gst_nv_vp9_dec_decode_picture() local
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecvp8dec.c | 359 *entropy, const GstVp8FrameHdr * frame_hdr) in gst_v4l2_codec_vp8_dec_fill_entropy() 373 const GstVp8FrameHdr * frame_hdr) in gst_v4l2_codec_vp8_dec_fill_frame_header() 453 const GstVp8FrameHdr * frame_hdr) in gst_v4l2_codec_vp8_dec_new_sequence()
|
D | gstv4l2codecvp9dec.c | 579 const GstVp9FrameHeader * frame_hdr) in gst_v4l2_codec_vp9_dec_new_sequence()
|
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/ |
D | gstjifmux.c | 371 GList *node, *file_hdr = NULL, *frame_hdr = NULL, *scan_hdr = NULL; in gst_jif_mux_mangle_markers() local
|