/aosp_15_r20/external/libaom/apps/ |
H A D | aomenc.c | 559 struct stream_state { struct 561 struct stream_state *next; argument 562 struct stream_config config; 563 FILE *file; 564 struct rate_hist *rate_hist; 565 struct WebmOutputContext webm_ctx; 566 uint64_t psnr_sse_total[2]; 567 uint64_t psnr_samples_total[2]; 568 double psnr_totals[2][4]; 569 int psnr_count[2]; [all …]
|
/aosp_15_r20/external/libvpx/ |
H A D | vpxenc.c | 693 struct stream_state { struct 695 struct stream_state *next; argument 696 struct stream_config config; 697 FILE *file; 698 struct rate_hist *rate_hist; 699 struct WebmOutputContext webm_ctx; 700 uint64_t psnr_sse_total; 701 uint64_t psnr_samples_total; 702 double psnr_totals[4]; 703 int psnr_count; [all …]
|
/aosp_15_r20/external/webrtc/media/sctp/ |
H A D | dcsctp_transport.cc | 224 StreamState stream_state; in OpenStream() local 248 StreamState& stream_state = it->second; in ResetStream() local 282 auto stream_state = in SendData() local 561 StreamState& stream_state = it->second; in OnStreamsResetPerformed() local 587 StreamState& stream_state = it->second; in OnIncomingStreamsReset() local
|
/aosp_15_r20/external/webrtc/test/fuzzers/utils/ |
H A D | rtp_replayer.cc | 36 auto stream_state = std::make_unique<StreamState>(); in Replay() local 44 std::unique_ptr<StreamState> stream_state, in Replay() 113 StreamState* stream_state, in SetupVideoStreams()
|
/aosp_15_r20/external/webrtc/rtc_tools/ |
H A D | video_replay.cc | 302 auto stream_state = std::make_unique<StreamState>(); in ConfigureFromFile() local 359 auto stream_state = std::make_unique<StreamState>(); in ConfigureFromFlags() local
|
/aosp_15_r20/external/webrtc/test/fuzzers/ |
H A D | vp9_replay_fuzzer.cc | 21 auto stream_state = std::make_unique<test::RtpReplayer::StreamState>(); in FuzzOneInput() local
|
H A D | vp8_replay_fuzzer.cc | 21 auto stream_state = std::make_unique<test::RtpReplayer::StreamState>(); in FuzzOneInput() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/ |
H A D | stream.pass.cpp | 65 static void stream_state() { in stream_state() function
|
/aosp_15_r20/external/flac/src/libFLAC/include/private/ |
H A D | ogg_encoder_aspect.h | 47 ogg_stream_state stream_state; member
|
H A D | ogg_decoder_aspect.h | 47 ogg_stream_state stream_state; member
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
H A D | oghttp2_session.cc | 2062 void OgHttp2Session::AbandonData(StreamState& stream_state) { in AbandonData() 2068 StreamState& stream_state) { in GetDataFrameInfo() 2080 StreamState& stream_state) { in SendDataFrame()
|
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/ |
H A D | default_video_quality_analyzer.cc | 750 StreamState& stream_state = state_entry.second; in Stop() local 913 StreamState& stream_state, in AddExistingFramesInFlightForStreamToComparator()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_indirect_gen.c | 140 stream_state(struct iris_batch *batch, in stream_state() function
|
H A D | iris_blorp.c | 56 stream_state(struct iris_batch *batch, in stream_state() function
|
H A D | iris_state.c | 340 stream_state(struct iris_batch *batch, in stream_state() function
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/cronet/transport/ |
H A D | cronet_transport.cc | 850 struct op_state* stream_state = &s->state; in op_can_be_run() local 1055 struct op_state* stream_state = &s->state; in execute_stream_op() local
|
/aosp_15_r20/external/webrtc/sdk/android/src/jni/audio_device/ |
H A D | aaudio_wrapper.cc | 344 aaudio_stream_state_t AAudioWrapper::stream_state() const { in stream_state() function in webrtc::jni::AAudioWrapper
|
/aosp_15_r20/external/webrtc/modules/audio_device/android/ |
H A D | aaudio_wrapper.cc | 344 aaudio_stream_state_t AAudioWrapper::stream_state() const { in stream_state() function in webrtc::AAudioWrapper
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/ |
D | cronet_transport.cc | 833 struct op_state* stream_state = &s->state; in op_can_be_run() local 1038 struct op_state* stream_state = &s->state; in execute_stream_op() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blorp.c | 53 stream_state(struct crocus_batch *batch, in stream_state() function
|
H A D | crocus_state.c | 327 stream_state(struct crocus_batch *batch, in stream_state() function
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
H A D | simple_session_notifier.cc | 49 StreamState& stream_state = stream_map_.find(id)->second; in WriteOrBufferData() local
|
/aosp_15_r20/external/pciutils/ |
H A D | ls-ecaps.c | 1537 const char *stream_state[] = { "insecure", "reserved", "secure" }; in cap_ide() local
|