Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:confidence

3511         const sp<DataSource> &source, String8 *mimeType, float *confidence) {
3526 *confidence = 0.4;
3569 const sp<DataSource> &source, String8 *mimeType, float *confidence,
3667 *confidence = 0.4f;
3680 const sp<DataSource> &source, String8 *mimeType, float *confidence,
3682 if (BetterSniffMPEG4(source, mimeType, confidence, meta)) {
3686 if (LegacySniffMPEG4(source, mimeType, confidence)) {