Home
last modified time | relevance | path

Searched defs:newFormat (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/aosp_15_r20/cts/tests/tests/media/codec/src/android/media/codec/cts/
H A DDecodeEditEncodeTest.java480 MediaFormat newFormat = encoder.getOutputFormat(); in generateVideoData() local
700 MediaFormat newFormat = encoder.getOutputFormat(); in editVideoData() local
742 MediaFormat newFormat = decoder.getOutputFormat(); in editVideoData() local
889 MediaFormat newFormat = decoder.getOutputFormat(); in checkVideoData() local
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/
H A DMessageFormat.java540 public void setFormatByArgumentIndex(int argumentIndex, java.text.Format newFormat) { throw new Run… in setFormatByArgumentIndex()
561 public void setFormatByArgumentName(java.lang.String argumentName, java.text.Format newFormat) { th… in setFormatByArgumentName()
581 public void setFormat(int formatElementIndex, java.text.Format newFormat) { throw new RuntimeExcept… in setFormat()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/
H A DMessageFormat.java539 public void setFormatByArgumentIndex(int argumentIndex, java.text.Format newFormat) { throw new Run… in setFormatByArgumentIndex()
560 public void setFormatByArgumentName(java.lang.String argumentName, java.text.Format newFormat) { th… in setFormatByArgumentName()
580 public void setFormat(int formatElementIndex, java.text.Format newFormat) { throw new RuntimeExcept… in setFormat()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/
H A DMessageFormat.java539 public void setFormatByArgumentIndex(int argumentIndex, java.text.Format newFormat) { throw new Run… in setFormatByArgumentIndex()
560 public void setFormatByArgumentName(java.lang.String argumentName, java.text.Format newFormat) { th… in setFormatByArgumentName()
580 public void setFormat(int formatElementIndex, java.text.Format newFormat) { throw new RuntimeExcept… in setFormat()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/text/
H A DMessageFormat.java540 public void setFormatByArgumentIndex(int argumentIndex, java.text.Format newFormat) { throw new Run… in setFormatByArgumentIndex()
561 public void setFormatByArgumentName(java.lang.String argumentName, java.text.Format newFormat) { th… in setFormatByArgumentName()
581 public void setFormat(int formatElementIndex, java.text.Format newFormat) { throw new RuntimeExcept… in setFormat()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/
H A DMessageFormat.java540 public void setFormatByArgumentIndex(int argumentIndex, java.text.Format newFormat) { throw new Run… in setFormatByArgumentIndex()
561 public void setFormatByArgumentName(java.lang.String argumentName, java.text.Format newFormat) { th… in setFormatByArgumentName()
581 public void setFormat(int formatElementIndex, java.text.Format newFormat) { throw new RuntimeExcept… in setFormat()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/
H A DMessageFormat.java539 public void setFormatByArgumentIndex(int argumentIndex, java.text.Format newFormat) { throw new Run… in setFormatByArgumentIndex()
560 public void setFormatByArgumentName(java.lang.String argumentName, java.text.Format newFormat) { th… in setFormatByArgumentName()
580 public void setFormat(int formatElementIndex, java.text.Format newFormat) { throw new RuntimeExcept… in setFormat()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/decoder/
H A DDecoderReuseEvaluation.java119 public final Format newFormat; field in DecoderReuseEvaluation
141 Format newFormat, in DecoderReuseEvaluation()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/decoder/
H A DDecoderReuseEvaluation.java123 public final Format newFormat; field in DecoderReuseEvaluation
145 Format newFormat, in DecoderReuseEvaluation()
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/
H A DMessageFormat.java680 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex()
705 public void setFormat(int formatElementIndex, Format newFormat) { in setFormat()
1481 Format newFormat = null; in makeFormat() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java680 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex()
705 public void setFormat(int formatElementIndex, Format newFormat) { in setFormat()
1481 Format newFormat = null; in makeFormat() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java680 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex()
705 public void setFormat(int formatElementIndex, Format newFormat) { in setFormat()
1481 Format newFormat = null; in makeFormat() local
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/
H A DExtendedMessageFormat.java228 public void setFormat(final int formatElementIndex, final Format newFormat) { in setFormat()
240 public void setFormatByArgumentIndex(final int argumentIndex, final Format newFormat) { in setFormatByArgumentIndex()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dmsgfmt.cpp661 Format* newFormat = nullptr; in setFormats() local
681 MessageFormat::adoptFormat(int32_t n, Format *newFormat) { in adoptFormat()
737 MessageFormat::setFormat(int32_t n, const Format& newFormat) { in setFormat()
781 const Format& newFormat, in setFormat()
1349 Format* newFormat = ((Format*)(cur->value.pointer))->clone(); in copyObjects() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp661 Format* newFormat = nullptr; in setFormats() local
681 MessageFormat::adoptFormat(int32_t n, Format *newFormat) { in adoptFormat()
737 MessageFormat::setFormat(int32_t n, const Format& newFormat) { in setFormat()
781 const Format& newFormat, in setFormat()
1349 Format* newFormat = ((Format*)(cur->value.pointer))->clone(); in copyObjects() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DOutputFinisher.java448 InsnFormat newFormat = findFormatForInsn(insn, originalFormat); in calculateReservedCount() local
682 InsnFormat newFormat = findFormatForInsn(insn, format); in fixBranches() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/audio/
H A DDecoderAudioRenderer.java371 String decoderName, Format oldFormat, Format newFormat) { in canReuseDecoder()
688 Format newFormat = Assertions.checkNotNull(formatHolder.format); in onInputFormatChanged() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/
H A DMediaCodecInfo.java368 Format oldFormat, Format newFormat, boolean isNewFormatComplete) { in isSeamlessAdaptationSupported()
388 public DecoderReuseEvaluation canReuseCodec(Format oldFormat, Format newFormat) { in canReuseCodec()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/audio/
H A DDecoderAudioRenderer.java372 String decoderName, Format oldFormat, Format newFormat) { in canReuseDecoder()
689 Format newFormat = Assertions.checkNotNull(formatHolder.format); in onInputFormatChanged() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/
H A DMediaCodecInfo.java375 Format oldFormat, Format newFormat, boolean isNewFormatComplete) { in isSeamlessAdaptationSupported()
395 public DecoderReuseEvaluation canReuseCodec(Format oldFormat, Format newFormat) { in canReuseCodec()
/aosp_15_r20/cts/tests/videocodec/src/android/videocodec/cts/
H A DVideoDecodeEditEncodeTest.java566 MediaFormat newFormat = encoder.getOutputFormat(); in editVideoData() local
618 MediaFormat newFormat = decoder.getOutputFormat(); in editVideoData() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMessageFormat.java675 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex()
706 public void setFormatByArgumentName(String argumentName, Format newFormat) { in setFormatByArgumentName()
735 public void setFormat(int formatElementIndex, Format newFormat) { in setFormat()
2162 Format newFormat = null; in createAppropriateFormat() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DMessageFormat.java718 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex()
750 public void setFormatByArgumentName(String argumentName, Format newFormat) { in setFormatByArgumentName()
780 public void setFormat(int formatElementIndex, Format newFormat) { in setFormat()
2234 Format newFormat = null; in createAppropriateFormat() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/
H A DDecoderVideoRenderer.java376 Format newFormat = Assertions.checkNotNull(formatHolder.format); in onInputFormatChanged() local
653 String decoderName, Format oldFormat, Format newFormat) { in canReuseDecoder()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/
H A DDecoderVideoRenderer.java379 Format newFormat = Assertions.checkNotNull(formatHolder.format); in onInputFormatChanged() local
656 String decoderName, Format oldFormat, Format newFormat) { in canReuseDecoder()

12345678910>>...15