Home
last modified time | relevance | path

Searched refs:C2SoftFlacEnc (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/components/flac/
DC2SoftFlacEnc.cpp37 class C2SoftFlacEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
116 C2SoftFlacEnc::C2SoftFlacEnc( in C2SoftFlacEnc() function in android::C2SoftFlacEnc
126 C2SoftFlacEnc::~C2SoftFlacEnc() { in ~C2SoftFlacEnc()
130 c2_status_t C2SoftFlacEnc::onInit() { in onInit()
152 void C2SoftFlacEnc::onRelease() { in onRelease()
164 void C2SoftFlacEnc::onReset() { in onReset()
168 c2_status_t C2SoftFlacEnc::onStop() { in onStop()
187 c2_status_t C2SoftFlacEnc::onFlush_sm() { in onFlush_sm()
197 void C2SoftFlacEnc::process( in process()
328 FLAC__StreamEncoderWriteStatus C2SoftFlacEnc::onEncodedFlacAvailable( in onEncodedFlacAvailable()
[all …]
DC2SoftFlacEnc.h34 class C2SoftFlacEnc : public SimpleC2Component {
38 C2SoftFlacEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
39 virtual ~C2SoftFlacEnc();
83 C2_DO_NOT_COPY(C2SoftFlacEnc);
DAndroid.bp43 srcs: ["C2SoftFlacEnc.cpp"],