Home
last modified time | relevance | path

Searched refs:stream (Results 4351 - 4375 of 4413) sorted by relevance

1...<<171172173174175176177

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp301 std::ostringstream stream; in usageToName() local
309 stream << "_"; in usageToName()
313 stream << usageNames[usageNdx].name; in usageToName()
317 return stream.str(); in usageToName()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp301 std::ostringstream stream; in usageToName() local
309 stream << "_"; in usageToName()
313 stream << usageNames[usageNdx].name; in usageToName()
317 return stream.str(); in usageToName()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp864 std::stringstream stream; in DumpSimplifyCommonInfo() local
865 stream << std::fixed << std::setprecision(DEFAULT_PRECISION) << offset.GetX() << "," << offset.GetY(); in DumpSimplifyCommonInfo()
866 json->Put("Offset", stream.str().c_str()); in DumpSimplifyCommonInfo()
/kernel/linux/linux-5.10/scripts/
H A Dcheckpatch.pl1828 my ($stream, $type) = @_;
1831 my $var = '_' x length($stream);
1832 my $cur = $stream;
1834 print "$stream\n" if ($dbg_values > 1);
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl2072 my ($stream, $type) = @_;
2075 my $var = '_' x length($stream);
2076 my $cur = $stream;
2078 print "$stream\n" if ($dbg_values > 1);
/third_party/ltp/scripts/
H A Dcheckpatch.pl2010 my ($stream, $type) = @_;
2013 my $var = '_' x length($stream);
2014 my $cur = $stream;
2016 print "$stream\n" if ($dbg_values > 1);
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc7272 unsigned stream = instr->GetPrefetchStream(); in Disassembler() local
7284 VIXL_ASSERT(stream < ArrayLength(stream_options)); in Disassembler()
7288 stream_options[stream]); in Disassembler()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_to_string.hpp3516 std::stringstream stream; in toHexString()
3517 stream << std::hex << value; in toHexString()
3518 return stream.str(); in toHexString()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_enc.c1226 mfc_debug(2, "Encoded stream size: %d\n", strm_size); in enc_post_frame_start()
2308 mfc_debug(2, "EOS: marking last buffer of stream\n"); in vidioc_encoder_cmd()
2447 ctx->dst_bufs[i].cookie.stream = in s5p_mfc_buf_init()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_enc.c1226 mfc_debug(2, "Encoded stream size: %d\n", strm_size); in enc_post_frame_start()
2306 mfc_debug(2, "EOS: marking last buffer of stream\n"); in vidioc_encoder_cmd()
2445 ctx->dst_bufs[i].cookie.stream = in s5p_mfc_buf_init()
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dice1712.c910 if (substream->stream != SNDRV_PCM_STREAM_PLAYBACK) in snd_ice1712_pro_trigger()
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8188/
H A Dmt8188-afe-pcm.c400 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) { in mt8188_afe_fe_trigger()
/third_party/ffmpeg/libavcodec/
H A Dnvenc.c705 ctx->cu_stream = cuda_device_hwctx->stream; in nvenc_setup_device()
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c1292 var_data->stream = dec->operands[0]; in apply_var_decoration()
/third_party/pulseaudio/src/pulsecore/
H A Dsink-input.c36 #include <pulsecore/stream-util.h>
443 * final channel map of the stream in case data->channel_map gets in pa_sink_input_new()
465 /* Don't restore (or save) stream volume for passthrough streams and in pa_sink_input_new()
485 * stream channel map, so remapping may be needed. */ in pa_sink_input_new()
504 pa_log_debug("Could not update sink sample spec to match passthrough stream"); in pa_sink_input_new()
1005 /* If the channel maps of the sink and this stream differ, we need in pa_sink_input_peek()
2019 /* Ok, so this is a regular stream, and flat volume is enabled. The in update_volume_due_to_moving()
2035 /* Ok, so this is a regular stream, and flat volume is disabled. in update_volume_due_to_moving()
2170 pa_log_debug("New sink doesn't support stream format, sending format-changed and killing"); in pa_sink_input_finish_move()
2726 * This is called when e.g. module-stream
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DTextureGL.cpp1317 egl::Stream *stream, in setImageExternal()
1315 setImageExternal(const gl::Context *context, gl::TextureType type, egl::Stream *stream, const egl::Stream::GLTextureDescription &desc) setImageExternal() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_msl.cpp1589 auto ops = stream(i); in extract_global_variables_from_function()
7513 auto ops = stream(instruction); in emit_instruction()
8384 auto *ops = stream(i);
9958 auto *ops = stream(i);
13623 const uint32_t *ops = stream(i);
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c6033 save_DrawTransformFeedbackStream(GLenum mode, GLuint name, GLuint stream) in save_DrawTransformFeedbackStream() argument
6042 n[3].ui = stream; in save_DrawTransformFeedbackStream()
6045 CALL_DrawTransformFeedbackStream(ctx->Exec, (mode, name, stream)); in save_DrawTransformFeedbackStream()
6069 GLuint stream, GLsizei primcount) in save_DrawTransformFeedbackStreamInstanced()
6078 n[3].ui = stream; in save_DrawTransformFeedbackStreamInstanced()
6082 CALL_DrawTransformFeedbackStreamInstanced(ctx->Exec, (mode, name, stream, in save_DrawTransformFeedbackStreamInstanced()
6068 save_DrawTransformFeedbackStreamInstanced(GLenum mode, GLuint name, GLuint stream, GLsizei primcount) save_DrawTransformFeedbackStreamInstanced() argument
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dice1712.c916 if (substream->stream != SNDRV_PCM_STREAM_PLAYBACK) in snd_ice1712_pro_trigger()
/third_party/mesa3d/src/compiler/nir/
H A Dnir.h615 * Vertex stream output identifier.
618 * indicate the stream of the i-th component.
620 unsigned stream:9;
1824 unsigned gs_streams:8; /* xxyyzzww: 2-bit stream index for each component */
1850 /* get the stream index from nir_io_semantics */
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c192 i, so->output[i].stream, so->output[i].output_buffer, in si_dump_streamout()
/third_party/node/src/
H A Dnode_file.cc670 FileHandle* handle = static_cast<FileHandle*>(wrap->stream()); in DoShutdown()
/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c3500 stream_name(next->pos.stream), next->pos.line); in check_duplicates()
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc31 #include "src/strings/string-stream.h"
2704 // be possible, there has to be a dispatcher, and the character stream must be in ParseFunctionLiteral()
2708 scanner()->stream()->can_be_cloned_for_parallel_access(); in ParseFunctionLiteral()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3147 pub fn malloc_info(options: ::c_int, stream: *mut ::FILE) -> ::c_int; in malloc_info()

Completed in 156 milliseconds

1...<<171172173174175176177