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

  /external/chromium_org/media/base/android/java/src/org/chromium/media/
WebAudioMediaCodecBridge.java 185 MediaFormat newFormat = codec.getOutputFormat();
186 outputChannelCount = newFormat.getInteger(MediaFormat.KEY_CHANNEL_COUNT);
187 sampleRate = newFormat.getInteger(MediaFormat.KEY_SAMPLE_RATE);
188 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);
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 308 MediaFormat newFormat = encoder.getOutputFormat();
309 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat);
511 MediaFormat newFormat = encoder.getOutputFormat();
512 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat);
553 MediaFormat newFormat = decoder.getOutputFormat();
554 if (VERBOSE) Log.d(TAG, "decoder output format changed: " + newFormat);
699 MediaFormat newFormat = decoder.getOutputFormat();
700 if (VERBOSE) Log.d(TAG, "decoder output format changed: " + newFormat);
    [all...]
EncodeDecodeTest.java 588 MediaFormat newFormat = encoder.getOutputFormat();
589 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat);
    [all...]
EncodeVirtualDisplayTest.java 392 MediaFormat newFormat = encoder.getOutputFormat();
393 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat);
  /external/chromium_org/third_party/icu/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...]
  /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...]
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 41 void outputFormatChanged(MediaCodecWrapper sender, MediaFormat newFormat);
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 41 void outputFormatChanged(MediaCodecWrapper sender, MediaFormat newFormat);
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 41 void outputFormatChanged(MediaCodecWrapper sender, MediaFormat newFormat);
  /developers/samples/android/common/src/java/com/example/android/common/media/
MediaCodecWrapper.java 41 void outputFormatChanged(MediaCodecWrapper sender, MediaFormat newFormat);
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
MediaCodecWrapper.java 41 void outputFormatChanged(MediaCodecWrapper sender, MediaFormat newFormat);
  /development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
MediaCodecWrapper.java 41 void outputFormatChanged(MediaCodecWrapper sender, MediaFormat newFormat);
  /development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
MediaCodecWrapper.java 41 void outputFormatChanged(MediaCodecWrapper sender, MediaFormat newFormat);
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
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 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 458 milliseconds