Searched refs:is_raw (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gsturisourcebin.c | 1679 analyse_source (GstURISourceBin * urisrc, gboolean * is_raw, in analyse_source() argument 1692 *is_raw = FALSE; in analyse_source() 1707 *is_raw = FALSE; in analyse_source() 1717 if (!has_all_raw_caps (pad, rawcaps, is_raw)) { in analyse_source() 1724 if (*is_raw) { in analyse_source() 1876 gboolean is_raw; in handle_new_pad() local 1884 if (is_all_raw_caps (caps, DEFAULT_CAPS, &is_raw) && is_raw) { in handle_new_pad() 2230 gboolean is_raw, have_out, is_dynamic; in setup_source() local 2261 if (!analyse_source (urisrc, &is_raw, &have_out, &is_dynamic, in setup_source() 2266 if (is_raw) { in setup_source() [all …]
|
D | gsturidecodebin.c | 1762 analyse_source (GstURIDecodeBin * decoder, gboolean * is_raw, in analyse_source() argument 1773 *is_raw = FALSE; in analyse_source() 1792 *is_raw = FALSE; in analyse_source() 1802 if (!has_all_raw_caps (pad, rawcaps, is_raw)) { in analyse_source() 1809 if (*is_raw) { in analyse_source() 2433 gboolean is_raw; in source_new_pad() local 2446 if (has_all_raw_caps (pad, rawcaps, &is_raw) && is_raw) { in source_new_pad() 2514 gboolean is_raw, have_out, is_dynamic; in setup_source() local 2556 if (!analyse_source (decoder, &is_raw, &have_out, &is_dynamic, in setup_source() 2560 if (is_raw) { in setup_source()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_storage_image.c | 423 nir_ssa_def *is_raw = in lower_image_load_instr() local 425 do_load = nir_iand(b, do_load, is_raw); in lower_image_load_instr() 574 nir_ssa_def *is_raw = in lower_image_store_instr() local 576 do_store = nir_iand(b, do_store, is_raw); in lower_image_store_instr()
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavidemux.h | 122 gboolean is_raw; member
|
D | gstavidemux.c | 1960 stream->is_raw = TRUE; in gst_avi_demux_check_caps() 5319 if (keyframe || stream->is_raw) { in gst_avi_demux_loop_data()
|
/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/engines/ |
D | e_loader_attic.c | 865 is_raw = 0, enumerator
|