HomeSort by relevance Sort by last modified time
    Searched full:newformat (Results 1 - 25 of 29) sorted by null

1 2

  /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);
Frame.java 194 protected void reset(FrameFormat newFormat) {
195 mFormat = newFormat.mutableCopy();
GLFrame.java 324 protected void reset(FrameFormat newFormat) {
328 super.reset(newFormat);
  /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);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ImsSMSDispatcher.java 256 // newFormat will be based on voice technology
257 String newFormat =
263 if (oldFormat.equals(newFormat)) {
264 if (isCdmaFormat(newFormat)) {
298 if (isCdmaFormat(newFormat)) {
312 if (isCdmaFormat(newFormat)) {
329 SMSDispatcher dispatcher = (isCdmaFormat(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...]
  /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);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 577 sp<AMessage> newFormat = mSource->getFormat(mIsAudio);
580 supportsSeamlessFormatChange(newFormat);
603 rememberCodecSpecificData(newFormat);
608 rememberCodecSpecificData(newFormat);
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 442 sp<AMessage> newFormat;
443 encoder->getOutputFormat(&newFormat);
445 trackIdx = muxer->addTrack(newFormat);
    [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...]
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSSettings.py     [all...]
MSVSSettings_test.py 489 'TypeLibFormat': 'NewFormat',
    [all...]
  /external/iproute2/misc/
ss.c 2179 int newformat = 0; local
    [all...]

Completed in 1553 milliseconds

1 2