Home
last modified time | relevance | path

Searched refs:stream (Results 4251 - 4275 of 4320) sorted by relevance

1...<<171172173

/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java45 import com.google.gson.stream.JsonReader;
645 /** Print text to the output stream. */
683 /** Print text to the output stream. */
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_test.cc95 *result_listener->stream()); in MATCHER_P()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp483 // Waiting for 1000000 μs. Ensure that the playback/recording stream is restored first in RecoveryPreferredDevices()
801 // Load volume from KvStore and set volume for each stream type in SetVolumeForSwitchDevice()
928 "Getting offload stream", sessionId, CallingUid, streamType); in OffloadStreamSetCheck()
934 AUDIO_DEBUG_LOG("sessionId[%{public}d] try get offload stream", sessionId); in OffloadStreamSetCheck()
937 "failed to offload stream", sessionId, CallingUid, streamType); in OffloadStreamSetCheck()
944 AUDIO_DEBUG_LOG("sessionId[%{public}d] is already get offload stream", sessionId); in OffloadStreamSetCheck()
975 AUDIO_DEBUG_LOG("sessionId[%{public}d] release offload stream", sessionId); in OffloadStreamReleaseCheck()
978 AUDIO_DEBUG_LOG("sessionId[%{public}d] stopping stream not get offload, current offload [%{public}d]", in OffloadStreamReleaseCheck()
981 AUDIO_DEBUG_LOG("sessionId[%{public}d] stopping stream not get offload, current offload stream i in OffloadStreamReleaseCheck()
[all...]
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp5288 // clear stream flags; we use underlying streambuf I/O, do not
5327 /// the associated input stream
5625 inline input_stream_adapter input_adapter(std::istream& stream)
5627 return input_stream_adapter(stream);
5630 inline input_stream_adapter input_adapter(std::istream&& stream)
5632 return input_stream_adapter(stream);
8424 @param[in] element_type_parse_position The position in the input stream,
13231 : stream(s)
13236 stream.put(c);
13242 stream
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c2851 tc_dump_debug_state(struct pipe_context *_pipe, FILE *stream, in tc_dump_debug_state() argument
2858 pipe->dump_debug_state(pipe, stream, flags); in tc_dump_debug_state()
/third_party/toybox/toys/pending/
H A Dawk.c304 ssize_t getline(char **lineptr, size_t *n, FILE *stream);
305 ssize_t getdelim(char ** restrict lineptr, size_t * restrict n, int delimiter, FILE *stream);
4111 // 0 tklt: (nothing) from named file in 'stream' in interpx()
4112 // 1 tklt: (lvalue) from named file in 'stream' in interpx()
4113 // 0 tkpipe: (nothing) from piped command in 'stream' in interpx()
4114 // 1 tkpipe: (lvalue) from piped command in 'stream' in interpx()
4118 // stream is name of file or pipe in interpx()
/third_party/python/Lib/test/
H A Dtest_subprocess.py1512 for stream in ('stdout', 'stderr'):
1513 kw = {stream: subprocess.PIPE}
/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

Completed in 170 milliseconds

1...<<171172173