/third_party/ffmpeg/libavcodec/ |
D | xwdenc.c | 38 uint32_t pixdepth, bpp, bpad, ncolors = 0, lsize, vclass, be = 0; in xwd_encode_frame() local 70 bpad = 32; in xwd_encode_frame() 78 bpad = 32; in xwd_encode_frame() 99 bpad = 16; in xwd_encode_frame() 117 bpad = 16; in xwd_encode_frame() 126 bpad = 8; in xwd_encode_frame() 131 bpad = 8; in xwd_encode_frame() 138 bpad = 8; in xwd_encode_frame() 146 lsize = FFALIGN(bpp * avctx->width, bpad) / 8; in xwd_encode_frame() 167 bytestream_put_be32(&buf, bpad); // bitmap scan-line pad in bits in xwd_encode_frame()
|
D | xwddec.c | 39 uint32_t pixformat, pixdepth, bunit, bitorder, bpad; in xwd_decode_frame() local 70 bpad = bytestream2_get_be32u(&gb); in xwd_decode_frame() 86 pixformat, pixdepth, bunit, bitorder, bpad); in xwd_decode_frame() 124 if (bpad != 8 && bpad != 16 && bpad != 32) { in xwd_decode_frame() 142 rsize = FFALIGN(avctx->width * bpp, bpad) / 8; in xwd_decode_frame()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoaggregator.c | 1745 GstAggregatorPad *bpad; in gst_video_aggregator_fill_queues() local 1749 bpad = GST_AGGREGATOR_PAD (pad); in gst_video_aggregator_fill_queues() 1751 if (gst_aggregator_pad_is_inactive (bpad)) in gst_video_aggregator_fill_queues() 1754 GST_OBJECT_LOCK (bpad); in gst_video_aggregator_fill_queues() 1755 segment = bpad->segment; in gst_video_aggregator_fill_queues() 1756 GST_OBJECT_UNLOCK (bpad); in gst_video_aggregator_fill_queues() 1757 is_eos = gst_aggregator_pad_is_eos (bpad); in gst_video_aggregator_fill_queues() 1763 buf = gst_aggregator_pad_peek_buffer (bpad); in gst_video_aggregator_fill_queues() 1808 gst_aggregator_pad_drop_buffer (bpad); in gst_video_aggregator_fill_queues() 1813 buf = gst_aggregator_pad_peek_buffer (bpad); in gst_video_aggregator_fill_queues() [all …]
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglmixer.c | 308 gst_gl_mixer_sink_query (GstAggregator * agg, GstAggregatorPad * bpad, in gst_gl_mixer_sink_query() argument 322 caps = gst_gl_mixer_pad_sink_getcaps (GST_PAD (bpad), mix, filter); in gst_gl_mixer_sink_query() 333 ret = gst_gl_mixer_pad_sink_acceptcaps (GST_PAD (bpad), mix, caps); in gst_gl_mixer_sink_query() 339 ret = GST_AGGREGATOR_CLASS (parent_class)->sink_query (agg, bpad, query); in gst_gl_mixer_sink_query()
|
D | gstglbasemixer.c | 280 gst_gl_base_mixer_sink_query (GstAggregator * agg, GstAggregatorPad * bpad, in gst_gl_base_mixer_sink_query() argument 318 return GST_AGGREGATOR_CLASS (parent_class)->sink_query (agg, bpad, query);; in gst_gl_base_mixer_sink_query()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioaggregator.c | 521 GstAggregatorPad * bpad, GstBuffer * buffer); 1679 GstAggregatorPad * bpad, GstBuffer * buffer) in gst_audio_aggregator_do_clip() argument 1681 GstAudioAggregatorPad *pad = GST_AUDIO_AGGREGATOR_PAD (bpad); in gst_audio_aggregator_do_clip() 1688 GST_OBJECT_LOCK (bpad); in gst_audio_aggregator_do_clip() 1691 buffer = gst_audio_buffer_clip (buffer, &bpad->segment, rate, bpf); in gst_audio_aggregator_do_clip() 1692 GST_OBJECT_UNLOCK (bpad); in gst_audio_aggregator_do_clip() 2115 GstAggregatorPad *bpad = GST_AGGREGATOR_PAD_CAST (pad); in sync_pad_values() local 2122 GST_OBJECT_LOCK (bpad); in sync_pad_values() 2123 stream_time = gst_segment_to_stream_time (&bpad->segment, GST_FORMAT_TIME, in sync_pad_values() 2125 GST_OBJECT_UNLOCK (bpad); in sync_pad_values()
|
/third_party/ffmpeg/libavformat/ |
D | img2dec.c | 1057 unsigned width, bpp, bpad, lsize; in xwd_probe() local 1075 bpad = AV_RB32(b + 40); in xwd_probe() 1078 if (lsize < FFALIGN(width * bpp, bpad) >> 3) in xwd_probe()
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | compositor.c | 1516 _sink_query (GstAggregator * agg, GstAggregatorPad * bpad, GstQuery * query) in _sink_query() argument 1553 return GST_AGGREGATOR_CLASS (parent_class)->sink_query (agg, bpad, query); in _sink_query()
|