Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:mOutputFormat

154         mOutputFormat = OUTPUT_FORMAT_THREE_GPP;
156 mOutputFormat = of;
790 switch (mOutputFormat) {
817 ALOGE("Unsupported output file format: %d", mOutputFormat);
853 switch (mOutputFormat) {
860 if (mOutputFormat == OUTPUT_FORMAT_WEBM) {
882 ALOGE("Unsupported output file format: %d", mOutputFormat);
999 CHECK_EQ(mOutputFormat, OUTPUT_FORMAT_AAC_ADTS);
1011 CHECK(mOutputFormat == OUTPUT_FORMAT_AMR_NB ||
1012 mOutputFormat == OUTPUT_FORMAT_AMR_WB);
1014 if (mOutputFormat == OUTPUT_FORMAT_AMR_NB) {
1021 } else { // mOutputFormat must be OUTPUT_FORMAT_AMR_WB
1064 CHECK_EQ(mOutputFormat, OUTPUT_FORMAT_RTP_AVP);
1105 CHECK_EQ(mOutputFormat, OUTPUT_FORMAT_MPEG2TS);
1281 fileFormat == mOutputFormat &&
1304 if (mOutputFormat == OUTPUT_FORMAT_WEBM) {
1637 if (mOutputFormat == OUTPUT_FORMAT_WEBM) {
1662 if (mOutputFormat != OUTPUT_FORMAT_WEBM) {
1711 (*meta)->setInt32(kKeyFileType, mOutputFormat);
1716 if (mOutputFormat != OUTPUT_FORMAT_WEBM) {
1807 mOutputFormat = OUTPUT_FORMAT_THREE_GPP;
1879 snprintf(buffer, SIZE, " File format: %d\n", mOutputFormat);