Home
last modified time | relevance | path

Searched defs:AudioSource (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/libsource/include/source/
DAudioSource.h35 struct AudioSource : public StreamingSource { struct
44 explicit AudioSource(Format format, bool useADTSFraming = false); argument
47 AudioSource &operator=(const AudioSource &) = delete; argument
57 void notifyNewStreamConsumer() override {} in notifyNewStreamConsumer()
58 void notifyStreamConsumerDisconnected() override {} in notifyStreamConsumerDisconnected()
63 enum State {
74 int32_t mInitCheck;
75 State mState;
76 std::unique_ptr<Encoder> mEncoder;
78 std::mutex mLock;
[all …]
/device/google/cuttlefish/host/frontend/gcastv2/libsource/
DAudioSource.cpp645 AudioSource::AudioSource(Format format, bool useADTSFraming) in AudioSource() function in android::AudioSource