Searched refs:mOutputFormat (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp109 mOutputFormat = OUTPUT_FORMAT_THREE_GPP;
111 mOutputFormat = of;
643 switch (mOutputFormat) {
664 LOGE("Unsupported output file format: %d", mOutputFormat);
726 CHECK(mOutputFormat == OUTPUT_FORMAT_AAC_ADIF ||
727 mOutputFormat == OUTPUT_FORMAT_AAC_ADTS);
738 CHECK(mOutputFormat == OUTPUT_FORMAT_AMR_NB ||
739 mOutputFormat == OUTPUT_FORMAT_AMR_WB);
741 if (mOutputFormat == OUTPUT_FORMAT_AMR_NB) {
753 } else { // mOutputFormat mus
[all...]
H A DStagefrightRecorder.h73 output_format mOutputFormat; member in struct:android::StagefrightRecorder
/frameworks/base/media/libstagefright/
H A DOMXCodec.cpp2000 sp<MetaData> oldOutputFormat = mOutputFormat;
2007 formatHasNotablyChanged(oldOutputFormat, mOutputFormat);
3013 return mOutputFormat;
3462 mOutputFormat = new MetaData;
3463 mOutputFormat->setCString(kKeyDecoderComponent, mComponentName);
3467 mOutputFormat->setInt32(kKeyTimeScale, timeScale);
3485 mOutputFormat->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
3486 mOutputFormat->setInt32(kKeyColorFormat, imageDef->eColorFormat);
3487 mOutputFormat->setInt32(kKeyWidth, imageDef->nFrameWidth);
3488 mOutputFormat
[all...]
/frameworks/base/include/media/stagefright/
H A DOMXCodec.h141 sp<MetaData> mOutputFormat; member in struct:android::OMXCodec

Completed in 154 milliseconds