/external/libvpx/libvpx/ |
D | vpxenc.c | 615 struct stream_state { struct 617 struct stream_state *next; argument 618 struct stream_config config; 619 FILE *file; 620 struct rate_hist *rate_hist; 621 struct WebmOutputContext webm_ctx; 622 uint64_t psnr_sse_total; 623 uint64_t psnr_samples_total; 624 double psnr_totals[4]; 625 int psnr_count; [all …]
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 1100 struct stream_state { struct 1102 struct stream_state *next; argument 1103 struct stream_config config; 1104 FILE *file; 1105 struct rate_hist *rate_hist; 1106 struct WebmOutputContext webm_ctx; 1107 uint64_t psnr_sse_total; 1108 uint64_t psnr_samples_total; 1109 double psnr_totals[4]; 1110 int psnr_count; [all …]
|
/external/webrtc/test/fuzzers/utils/ |
D | rtp_replayer.cc | 35 auto stream_state = std::make_unique<StreamState>(); in Replay() local 43 std::unique_ptr<StreamState> stream_state, in Replay() 108 StreamState* stream_state, in SetupVideoStreams()
|
/external/webrtc/test/fuzzers/ |
D | vp8_replay_fuzzer.cc | 21 auto stream_state = std::make_unique<test::RtpReplayer::StreamState>(); in FuzzOneInput() local
|
D | vp9_replay_fuzzer.cc | 21 auto stream_state = std::make_unique<test::RtpReplayer::StreamState>(); in FuzzOneInput() local
|
/external/webrtc/rtc_tools/ |
D | video_replay.cc | 273 std::unique_ptr<StreamState> stream_state; in Replay() local 314 auto stream_state = std::make_unique<StreamState>(); in ConfigureFromFile() local 357 auto stream_state = std::make_unique<StreamState>(); in ConfigureFromFlags() local
|
/external/flac/src/libFLAC/include/private/ |
D | ogg_encoder_aspect.h | 47 ogg_stream_state stream_state; member
|
D | ogg_decoder_aspect.h | 47 ogg_stream_state stream_state; member
|
/external/webrtc/modules/audio_device/android/ |
D | aaudio_wrapper.cc | 344 aaudio_stream_state_t AAudioWrapper::stream_state() const { in stream_state() function in webrtc::AAudioWrapper
|
/external/webrtc/sdk/android/src/jni/audio_device/ |
D | aaudio_wrapper.cc | 344 aaudio_stream_state_t AAudioWrapper::stream_state() const { in stream_state() function in webrtc::jni::AAudioWrapper
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_blorp.c | 49 stream_state(struct iris_batch *batch, in stream_state() function
|
D | iris_state.c | 330 stream_state(struct iris_batch *batch, in stream_state() function
|
/external/grpc-grpc/src/core/ext/transport/cronet/transport/ |
D | cronet_transport.cc | 808 struct op_state* stream_state = &s->state; in op_can_be_run() local 996 struct op_state* stream_state = &s->state; in execute_stream_op() local
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/ |
D | cronet_transport.cc | 826 struct op_state* stream_state = &s->state; in op_can_be_run() local 1031 struct op_state* stream_state = &s->state; in execute_stream_op() local
|
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | default_video_quality_analyzer.cc | 525 const StreamState& stream_state = state_entry.second; in Stop() local
|