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

1 2

  /frameworks/base/media/java/android/media/
CamcorderProfile.java 224 public int fileFormat;
472 int fileFormat,
485 this.fileFormat = fileFormat;
MediaRecorder.java 533 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 166 MediaMuxer::OutputFormat fileFormat =
168 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 601 int fileFormat, int codec) throws Exception {
606 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 323 !strcmp("fileFormat", atts[2]) &&
332 const int fileFormat = findTagForName(sFileFormatMap, nFormatMappings, atts[3]);
333 CHECK(fileFormat != -1);
340 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/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 

Completed in 541 milliseconds

1 2