Searched refs:is_raw (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gsturidecodebin.c | 1649 analyse_source (GstURIDecodeBin * decoder, gboolean * is_raw, in analyse_source() argument 1660 *is_raw = FALSE; in analyse_source() 1679 *is_raw = FALSE; in analyse_source() 1689 if (!has_all_raw_caps (pad, rawcaps, is_raw)) { in analyse_source() 1696 if (*is_raw) { in analyse_source() 2307 gboolean is_raw; in source_new_pad() local 2319 if (has_all_raw_caps (pad, rawcaps, &is_raw) && is_raw) { in source_new_pad() 2384 gboolean is_raw, have_out, is_dynamic; in setup_source() local 2427 if (!analyse_source (decoder, &is_raw, &have_out, &is_dynamic, in setup_source() 2431 if (is_raw) { in setup_source()
|
D | gsturisourcebin.c | 1623 analyse_source (GstURISourceBin * urisrc, gboolean * is_raw, in analyse_source() argument 1634 *is_raw = FALSE; in analyse_source() 1649 *is_raw = FALSE; in analyse_source() 1659 if (!has_all_raw_caps (pad, rawcaps, is_raw)) { in analyse_source() 1666 if (*is_raw) { in analyse_source() 1818 gboolean is_raw; in handle_new_pad() local 1826 if (is_all_raw_caps (caps, DEFAULT_CAPS, &is_raw) && is_raw) { in handle_new_pad() 2126 gboolean is_raw, have_out, is_dynamic; in setup_source() local 2157 if (!analyse_source (urisrc, &is_raw, &have_out, &is_dynamic, in setup_source() 2161 if (is_raw) { in setup_source()
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavidemux.h | 122 gboolean is_raw; member
|
D | gstavidemux.c | 1957 stream->is_raw = TRUE; in gst_avi_demux_check_caps() 5334 if (keyframe || stream->is_raw) {
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-lexer.c | 2138 bool is_raw = (opts & LEXER_STRING_RAW) != 0; in lexer_convert_literal_to_chars() local 2141 bool is_raw = false; in lexer_convert_literal_to_chars() local 2151 if (*source_p == LIT_CHAR_BACKSLASH && !is_raw) in lexer_convert_literal_to_chars() 2295 if ((*source_p == LIT_CHAR_BACKSLASH) && is_raw) in lexer_convert_literal_to_chars()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstvc1parser.c | 434 GstVC1SeqHdr * seqhdr, guint8 * is_raw) in bitplane_decoding() argument 443 *is_raw = FALSE; in bitplane_decoding() 457 *is_raw = TRUE; in bitplane_decoding()
|
/third_party/openssl/crypto/store/ |
D | loader_file.c | 733 is_raw = 0, enumerator
|