HomeSort by relevance Sort by last modified time
    Searched defs:newFormat (Results 1 - 20 of 20) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameManager.java 42 MutableFrameFormat newFormat = frame.getFormat().mutableCopy();
43 newFormat.setTarget(newTarget);
44 Frame result = newFrame(newFormat);
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
WebAudioMediaCodecBridge.java 184 MediaFormat newFormat = codec.getOutputFormat();
185 outputChannelCount = newFormat.getInteger(MediaFormat.KEY_CHANNEL_COUNT);
186 sampleRate = newFormat.getInteger(MediaFormat.KEY_SAMPLE_RATE);
187 Log.d(LOG_TAG, "output format changed to " + newFormat);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputFinisher.java 448 InsnFormat newFormat = findFormatForInsn(insn, originalFormat);
450 if (originalFormat == newFormat) {
454 if (newFormat == null) {
465 formats[i] = newFormat;
682 InsnFormat newFormat = findFormatForInsn(insn, format);
683 if (newFormat == null) {
691 dop = Dops.getOrNull(dop.getFamily(), newFormat);
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 442 sp<AMessage> newFormat;
443 encoder->getOutputFormat(&newFormat);
445 trackIdx = muxer->addTrack(newFormat);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ImsSMSDispatcher.java 311 // newFormat will be based on voice technology
312 String newFormat =
318 if (oldFormat.equals(newFormat)) {
319 if (isCdmaFormat(newFormat)) {
353 if (isCdmaFormat(newFormat)) {
367 if (isCdmaFormat(newFormat)) {
384 SMSDispatcher dispatcher = (isCdmaFormat(newFormat)) ?
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraRecordingStream.java 537 MediaFormat newFormat = mEncoder.getOutputFormat();
539 Log.v(TAG, "encoder output format changed: " + newFormat);
541 mTrackIndex = mMuxer.addTrack(newFormat);
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java 429 MediaFormat newFormat = encoder.getOutputFormat();
430 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat);
DecodeEditEncodeTest.java 307 MediaFormat newFormat = encoder.getOutputFormat();
308 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat);
510 MediaFormat newFormat = encoder.getOutputFormat();
511 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat);
552 MediaFormat newFormat = decoder.getOutputFormat();
553 if (VERBOSE) Log.d(TAG, "decoder output format changed: " + newFormat);
698 MediaFormat newFormat = decoder.getOutputFormat();
699 if (VERBOSE) Log.d(TAG, "decoder output format changed: " + newFormat);
    [all...]
EncodeDecodeTest.java 609 MediaFormat newFormat = encoder.getOutputFormat();
610 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat);
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
  /external/icu/icu4c/source/i18n/
msgfmt.cpp 656 Format* newFormat = NULL;
658 newFormat = newFormats[formatNumber]->clone();
659 if (newFormat == NULL) {
663 setCustomArgStartFormat(partIndex, newFormat, status);
676 MessageFormat::adoptFormat(int32_t n, Format *newFormat) {
677 LocalPointer<Format> p(newFormat);
732 MessageFormat::setFormat(int32_t n, const Format& newFormat) {
739 Format* new_format = newFormat.clone();
776 const Format& newFormat,
789 if (&newFormat == NULL)
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp     [all...]
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1330 milliseconds