Home
last modified time | relevance | path

Searched refs:framed (Results 1 – 25 of 53) sorted by relevance

123

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4adepay.c115 rtpmp4adepay->framed = FALSE; in gst_rtp_mp4a_depay_init()
149 rtpmp4adepay->framed = FALSE; in gst_rtp_mp4a_depay_setcaps()
319 if (!rtpmp4adepay->framed) { in gst_rtp_mp4a_depay_process()
323 rtpmp4adepay->framed = TRUE; in gst_rtp_mp4a_depay_process()
449 rtpmp4adepay->framed = FALSE; in gst_rtp_mp4a_depay_change_state()
Dgstrtpmp4apay.c257 gboolean res, framed = TRUE; in gst_rtp_mp4a_pay_setcaps() local
332 if (gst_structure_get_boolean (structure, "framed", &framed) && !framed) { in gst_rtp_mp4a_pay_setcaps()
Dgstrtpmp4adepay.h49 gboolean framed; member
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dflvdemux.c412 gboolean framed; in GST_START_TEST() local
426 gst_structure_get_boolean (s, "framed", &framed); in GST_START_TEST()
427 fail_unless (framed == TRUE); in GST_START_TEST()
540 gboolean framed; in GST_START_TEST() local
554 gst_structure_get_boolean (s, "framed", &framed); in GST_START_TEST()
555 fail_unless (framed == TRUE); in GST_START_TEST()
Damrparse.c177 ptest.framed = FALSE; in GST_START_TEST()
253 ptest.framed = FALSE; in GST_START_TEST()
Dparser.h72 gboolean framed; member
Dparser.c210 ptest->framed = TRUE; in gst_parser_test_init()
272 if (G_LIKELY (test->framed)) in gst_parser_test_run()
Daacparse.c91 ptest.framed = FALSE; in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstssaparse.c94 parse->framed = FALSE; in gst_ssa_parse_init()
165 parse->framed = FALSE; in gst_ssa_parse_setcaps()
170 parse->framed = TRUE; in gst_ssa_parse_setcaps()
345 if (G_UNLIKELY (!parse->framed)) in gst_ssa_parse_chain()
423 parse->framed = FALSE; in gst_ssa_parse_change_state()
Dgstssaparse.h36 gboolean framed; member
/third_party/gstreamer/gstreamer/docs/random/bbb/
Doptional-properties39 exist. It implies ANY. Similarly, framed=FALSE cannot exist, because it
40 implies framed={FALSE,TRUE} (in words: an element cannot require non-framed
41 MPEG audio, because framed MPEG audio is a subset of non-framed MPEG audio
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxaudiosink.c414 gboolean framed = FALSE; in gst_osx_audio_sink_acceptcaps() local
418 gst_structure_get_boolean (st, "framed", &framed); in gst_osx_audio_sink_acceptcaps()
419 if (!framed || gst_audio_iec61937_frame_size (&spec) <= 0) in gst_osx_audio_sink_acceptcaps()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dparser.h95 gboolean framed; member
Dparser.c211 ptest->framed = TRUE; in gst_parser_test_init()
277 if (G_LIKELY (test->framed)) in gst_parser_test_run()
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsoundsink.c363 gboolean framed = FALSE, parsed = FALSE; in gst_directsound_sink_acceptcaps() local
366 gst_structure_get_boolean (st, "framed", &framed); in gst_directsound_sink_acceptcaps()
368 if ((!framed && !parsed) || gst_audio_iec61937_frame_size (&spec) <= 0) { in gst_directsound_sink_acceptcaps()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dhtml_image_codec.dart30 // on the main thread, and may cause dropped framed.
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsasink.c382 gboolean framed = FALSE, parsed = FALSE; in gst_alsasink_acceptcaps() local
385 gst_structure_get_boolean (st, "framed", &framed); in gst_alsasink_acceptcaps()
387 if ((!framed && !parsed) || gst_audio_iec61937_frame_size (&spec) <= 0) in gst_alsasink_acceptcaps()
/third_party/python/Doc/library/
Dbase64.rst196 *adobe* controls whether the encoded byte sequence is framed with ``<~``
212 (i.e. is framed with <~ and ~>).
/third_party/openGLES/extensions/SGIX/
DSGIX_clipmap.txt186 be framed with a region of texels guaranteed not to be displayed.
207 not available within the framed region of the two closest image
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_clipmap.txt186 be framed with a region of texels guaranteed not to be displayed.
207 not available within the framed region of the two closest image
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c2285 gboolean framed = FALSE, parsed = FALSE; in gst_pulsesink_query_acceptcaps() local
2288 gst_structure_get_boolean (st, "framed", &framed); in gst_pulsesink_query_acceptcaps()
2290 if ((!framed && !parsed) || gst_audio_iec61937_frame_size (&spec) <= 0) in gst_pulsesink_query_acceptcaps()
/third_party/flutter/skia/third_party/externals/imgui/docs/
DTODO.txt134 - button: provide a button that looks framed. (?)
189 - text: provided a framed text helper, e.g. https://pastebin.com/1Laxy8bT
/third_party/flutter/skia/third_party/externals/wuffs/std/gif/
DREADME.md144 payload is framed as a sequence of blocks, each block starting with a single
/third_party/skia/third_party/externals/imgui/docs/
DTODO.txt170 - button: provide a button that looks framed. (?)
286 - text: provided a framed text helper, e.g. https://pastebin.com/1Laxy8bT
/third_party/node/lib/internal/util/
Dinspect.js368 framed: [51, 54], property

123