HomeSort by relevance Sort by last modified time
    Searched refs:fileFormat (Results 1 - 25 of 50) sorted by null

1 2

  /external/aac/libMpegTPDec/src/
mpegFileFormat.h 109 * \param fileFormat pointer to a variable where the detected file format is stored into.
112 TRANSPORT_TYPE GetTransportType(const char* filename, FILE_FORMAT *fileFormat);
  /external/aac/libMpegTPDec/include/
mpegFileRead.h 97 /*!< If MPFREAD_MP4FF_ENABLE is set, include support for MPEG ISO fileformat.
115 * \param fileFormat Skip file format detection and use given format if fileFormat != FF_UNKNOWN.
126 FILE_FORMAT fileFormat,
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 224 public int fileFormat;
472 int fileFormat,
485 this.fileFormat = fileFormat;
MediaRecorder.java 484 setOutputFormat(profile.fileFormat);
    [all...]
  /external/webrtc/webrtc/modules/utility/include/
file_recorder.h 30 const FileFormats fileFormat);
file_player.h 32 const FileFormats fileFormat);
  /external/webrtc/webrtc/modules/utility/source/
file_recorder_impl.cc 19 FileFormats fileFormat)
21 return new FileRecorderImpl(instanceID, fileFormat);
30 FileFormats fileFormat)
32 _fileFormat(fileFormat),
file_player_impl.cc 16 FileFormats fileFormat)
18 switch(fileFormat)
27 return new FilePlayerImpl(instanceID, fileFormat);
40 const FileFormats fileFormat)
42 _fileFormat(fileFormat),
file_player_impl.h 29 FilePlayerImpl(uint32_t instanceID, FileFormats fileFormat);
file_recorder_impl.h 44 FileRecorderImpl(uint32_t instanceID, FileFormats fileFormat);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MmsVideoRecorder.java 77 setOutputFormat(mCamcorderProfile.fileFormat);
120 if (mCamcorderProfile.fileFormat == OutputFormat.MPEG_4) {
  /frameworks/base/media/jni/
android_media_MediaProfiles.cpp 188 int fileFormat = sProfiles->getCamcorderProfileParamByName("file.format", id, q);
200 if (duration == -1 || fileFormat == -1 || videoCodec == -1 || audioCodec == -1 ||
214 fileFormat,
android_media_MediaMuxer.cpp 141 MediaMuxer::OutputFormat fileFormat =
143 sp<MediaMuxer> muxer = new MediaMuxer(fd, fileFormat);
  /cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java 81 "fileFormat=%d, videoCodec=%d, videoBitRate=%d, videoFrameRate=%d, " +
86 profile.fileFormat,
113 assertEquals(expectedProfile.fileFormat, actualProfile.fileFormat);
MediaRecorderTest.java 415 int fileFormat, int codec) throws Exception {
420 mMediaRecorder.setOutputFormat(fileFormat);
    [all...]
  /external/webrtc/webrtc/modules/media_file/
media_file_utility.h 167 const FileFormats fileFormat,
media_file_utility.cc     [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp     [all...]
MipsRelocator.cpp 487 ELFFileFormat* fileFormat = getTarget().getOutputFormat();
489 ? &fileFormat->getTBSS()
490 : &fileFormat->getBSS();
    [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 321 !strcmp("fileFormat", atts[2]) &&
330 const int fileFormat = findTagForName(sFileFormatMap, nFormatMappings, atts[3]);
331 CHECK(fileFormat != -1);
338 profile->mFileFormat = static_cast<output_format>(fileFormat);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 601 intent.setDataAndType(mCurrentVideoUri, convertOutputFormatToMimeType(mProfile.fileFormat));
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 620 intent.setDataAndType(mCurrentVideoUri, convertOutputFormatToMimeType(mProfile.fileFormat));
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 

Completed in 1533 milliseconds

1 2