/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpmp4adepay.c | 115 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()
|
D | gstrtpmp4apay.c | 257 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()
|
D | gstrtpmp4adepay.h | 49 gboolean framed; member
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | flvdemux.c | 412 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()
|
D | amrparse.c | 177 ptest.framed = FALSE; in GST_START_TEST() 253 ptest.framed = FALSE; in GST_START_TEST()
|
D | parser.h | 72 gboolean framed; member
|
D | parser.c | 210 ptest->framed = TRUE; in gst_parser_test_init() 272 if (G_LIKELY (test->framed)) in gst_parser_test_run()
|
D | aacparse.c | 91 ptest.framed = FALSE; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstssaparse.c | 94 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()
|
D | gstssaparse.h | 36 gboolean framed; member
|
/third_party/gstreamer/gstreamer/docs/random/bbb/ |
D | optional-properties | 39 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/ |
D | gstosxaudiosink.c | 414 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/ |
D | parser.h | 95 gboolean framed; member
|
D | parser.c | 211 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/ |
D | gstdirectsoundsink.c | 363 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/ |
D | html_image_codec.dart | 30 // on the main thread, and may cause dropped framed.
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsasink.c | 382 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/ |
D | base64.rst | 196 *adobe* controls whether the encoded byte sequence is framed with ``<~`` 212 (i.e. is framed with <~ and ~>).
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_clipmap.txt | 186 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/ |
D | SGIX_clipmap.txt | 186 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/ |
D | pulsesink.c | 2285 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/ |
D | TODO.txt | 134 - 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/ |
D | README.md | 144 payload is framed as a sequence of blocks, each block starting with a single
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | TODO.txt | 170 - 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/ |
D | inspect.js | 368 framed: [51, 54], property
|