Home
last modified time | relevance | path

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

/third_party/libsnd/src/ALAC/
DALACEncoder.h44 void SetFastMode (bool fast) { mFastMode = fast ; } ; in SetFastMode()
66 bool mFastMode ; variable
Dalac_codec.h63 int32_t mFastMode ; member
Dalac_encoder.c120 p->mFastMode = fast ; in alac_set_fastmode()
982 if (p->mFastMode == false) in alac_encode()