Home
last modified time | relevance | path

Searched defs:stream_state (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/libaom/apps/
H A Daomenc.c559 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 Dvpxenc.c693 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 Ddcsctp_transport.cc224 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 Drtp_replayer.cc36 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 Dvideo_replay.cc302 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 Dvp9_replay_fuzzer.cc21 auto stream_state = std::make_unique<test::RtpReplayer::StreamState>(); in FuzzOneInput() local
H A Dvp8_replay_fuzzer.cc21 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 Dstream.pass.cpp65 static void stream_state() { in stream_state() function
/aosp_15_r20/external/flac/src/libFLAC/include/private/
H A Dogg_encoder_aspect.h47 ogg_stream_state stream_state; member
H A Dogg_decoder_aspect.h47 ogg_stream_state stream_state; member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Doghttp2_session.cc2062 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 Ddefault_video_quality_analyzer.cc750 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 Diris_indirect_gen.c140 stream_state(struct iris_batch *batch, in stream_state() function
H A Diris_blorp.c56 stream_state(struct iris_batch *batch, in stream_state() function
H A Diris_state.c340 stream_state(struct iris_batch *batch, in stream_state() function
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/cronet/transport/
H A Dcronet_transport.cc850 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 Daaudio_wrapper.cc344 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 Daaudio_wrapper.cc344 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/
Dcronet_transport.cc833 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 Dcrocus_blorp.c53 stream_state(struct crocus_batch *batch, in stream_state() function
H A Dcrocus_state.c327 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 Dsimple_session_notifier.cc49 StreamState& stream_state = stream_map_.find(id)->second; in WriteOrBufferData() local
/aosp_15_r20/external/pciutils/
H A Dls-ecaps.c1537 const char *stream_state[] = { "insecure", "reserved", "secure" }; in cap_ide() local