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

1 2 3

  /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);
  /libcore/ojluni/src/main/java/java/text/
MessageFormat.java 664 * @param newFormat the new format to use
667 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) {
670 formats[j] = newFormat;
688 * @param newFormat the format to use for the specified format element
692 public void setFormat(int formatElementIndex, Format newFormat) {
696 formats[formatElementIndex] = newFormat;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java 671 * @param newFormat the new format to use
674 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) {
682 setCustomArgStartFormat(partIndex, newFormat);
703 * @param newFormat the new format to use
705 public void setFormatByArgumentName(String argumentName, Format newFormat) {
712 setCustomArgStartFormat(partIndex, newFormat);
730 * @param newFormat the format to use for the specified format element
734 public void setFormat(int formatElementIndex, Format newFormat) {
738 setCustomArgStartFormat(partIndex, newFormat);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 685 * @param newFormat the new format to use
689 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) {
697 setCustomArgStartFormat(partIndex, newFormat);
718 * @param newFormat the new format to use
721 public void setFormatByArgumentName(String argumentName, Format newFormat) {
728 setCustomArgStartFormat(partIndex, newFormat);
746 * @param newFormat the format to use for the specified format element
751 public void setFormat(int formatElementIndex, Format newFormat) {
755 setCustomArgStartFormat(partIndex, newFormat);
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
MessageFormat.java 640 * @param newFormat the new format to use
644 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) {
652 setCustomArgStartFormat(partIndex, newFormat);
673 * @param newFormat the new format to use
676 public void setFormatByArgumentName(String argumentName, Format newFormat) {
683 setCustomArgStartFormat(partIndex, newFormat);
701 * @param newFormat the format to use for the specified format element
706 public void setFormat(int formatElementIndex, Format newFormat) {
710 setCustomArgStartFormat(partIndex, newFormat);
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
MessageFormat.java 690 * @param newFormat the new format to use
694 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) {
695 messageFormat.setFormatByArgumentIndex(argumentIndex, newFormat);
715 // * @param newFormat the new format to use
718 // public void setFormatByArgumentName(String argumentName, Format newFormat) {
735 * @param newFormat the format to use for the specified format element
740 public void setFormat(int formatElementIndex, Format newFormat) {
741 messageFormat.setFormat(formatElementIndex, newFormat);
    [all...]
  /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/opt/telephony/src/java/com/android/internal/telephony/
ImsSMSDispatcher.java 264 // newFormat will be based on voice technology
265 String newFormat =
271 if (oldFormat.equals(newFormat)) {
272 if (isCdmaFormat(newFormat)) {
306 if (isCdmaFormat(newFormat)) {
320 if (isCdmaFormat(newFormat)) {
337 SMSDispatcher dispatcher = (isCdmaFormat(newFormat)) ?
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 273 bool AudioPort::isBetterFormatMatch(audio_format_t newFormat,
277 if (newFormat == currentFormat) {
283 if (newFormat == targetFormat) {
289 audio_bytes_per_sample(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...]
EncodeVirtualDisplayTest.java 397 MediaFormat newFormat = encoder.getOutputFormat();
398 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat);
EncodeDecodeTest.java 721 MediaFormat newFormat = encoder.getOutputFormat()
    [all...]
  /external/icu/icu4c/source/i18n/
msgfmt.cpp 659 Format* newFormat = NULL;
661 newFormat = newFormats[formatNumber]->clone();
662 if (newFormat == NULL) {
666 setCustomArgStartFormat(partIndex, newFormat, status);
679 MessageFormat::adoptFormat(int32_t n, Format *newFormat) {
680 LocalPointer<Format> p(newFormat);
735 MessageFormat::setFormat(int32_t n, const Format& newFormat) {
742 Format* new_format = newFormat.clone();
779 const Format& newFormat,
792 Format* new_format = newFormat.clone()
    [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/services/audiopolicy/common/managerdefinitions/include/
AudioPort.h 116 static bool isBetterFormatMatch(audio_format_t newFormat,
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 446 sp<AMessage> newFormat;
447 encoder->getOutputFormat(&newFormat);
449 trackIdx = muxer->addTrack(newFormat);
    [all...]
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 42 void outputFormatChanged(MediaCodecWrapper sender, MediaFormat newFormat);
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 42 void outputFormatChanged(MediaCodecWrapper sender, MediaFormat newFormat);
  /developers/samples/android/common/src/java/com/example/android/common/media/
MediaCodecWrapper.java 42 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);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 854 sp<AMessage> newFormat = mSource->getFormat(mIsAudio);
857 supportsSeamlessFormatChange(newFormat);
868 rememberCodecSpecificData(newFormat);
873 rememberCodecSpecificData(newFormat);
    [all...]

Completed in 2221 milliseconds

1 2 3