Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:mOutputFormat

141         mOutputFormat = OUTPUT_FORMAT_THREE_GPP;
143 mOutputFormat = of;
756 switch (mOutputFormat) {
782 ALOGE("Unsupported output file format: %d", mOutputFormat);
872 CHECK_EQ(mOutputFormat, OUTPUT_FORMAT_AAC_ADTS);
890 CHECK(mOutputFormat == OUTPUT_FORMAT_AMR_NB ||
891 mOutputFormat == OUTPUT_FORMAT_AMR_WB);
893 if (mOutputFormat == OUTPUT_FORMAT_AMR_NB) {
900 } else { // mOutputFormat must be OUTPUT_FORMAT_AMR_WB
949 CHECK_EQ(mOutputFormat, OUTPUT_FORMAT_RTP_AVP);
989 CHECK_EQ(mOutputFormat, OUTPUT_FORMAT_MPEG2TS);
1146 fileFormat == mOutputFormat &&
1546 (*meta)->setInt32(kKeyFileType, mOutputFormat);
1659 mOutputFormat = OUTPUT_FORMAT_THREE_GPP;
1729 snprintf(buffer, SIZE, " File format: %d\n", mOutputFormat);