Home
last modified time | relevance | path

Searched defs:format3 (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
H A DAdaptiveTrackSelectionTest.java67 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidth() local
82 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthFraction() local
98 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthAndTimeToFirstByte() local
114 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackDoNotSwitchUpIfNotBufferedEnough() local
142 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackSwitchUpIfBufferedEnough() local
170 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrack_liveStream_switchesUpWhenBufferedFractionToLiveEdgeReached() local
204 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackDoNotSwitchDownIfBufferedEnough() local
232 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackSwitchDownIfNotBufferedEnough() local
260 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in evaluateQueueSizeReturnQueueSizeIfBandwidthIsNotImproved() local
282 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in evaluateQueueSizeDoNotReevaluateUntilAfterMinTimeBetweenBufferReevaluation() local
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
H A DAdaptiveTrackSelectionTest.java67 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidth() local
82 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthFraction() local
98 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthAndTimeToFirstByte() local
114 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackDoNotSwitchUpIfNotBufferedEnough() local
142 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackSwitchUpIfBufferedEnough() local
170 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrack_liveStream_switchesUpWhenBufferedFractionToLiveEdgeReached() local
208 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackDoNotSwitchDownIfBufferedEnough() local
236 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackSwitchDownIfNotBufferedEnough() local
264 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in evaluateQueueSizeReturnQueueSizeIfBandwidthIsNotImproved() local
286 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in evaluateQueueSizeDoNotReevaluateUntilAfterMinTimeBetweenBufferReevaluation() local
[all …]
H A DDefaultTrackSelectorTest.java1629 Format format3 = formatBuilder.setId("3").setAverageBitrate(800).build(); in selectTracksWithMultipleAudioTracksWithMixedDecoderSupportLevels() local
1895 Format format3 = formatBuilder.setId("3").setAverageBitrate(800).build(); in selectTracksWithMultipleVideoTracksWithMixedDecoderSupportLevels() local
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/
H A DFastDateFormatTest.java108 final FastDateFormat format3 = FastDateFormat.getDateInstance(FastDateFormat.FULL); in test_changeDefault_Locale_DateInstance() local
123 …final FastDateFormat format3 = FastDateFormat.getDateTimeInstance(FastDateFormat.FULL, FastDateFor… in test_changeDefault_Locale_DateTimeInstance() local
148 final FastDateFormat format3 = FastDateFormat.getInstance("MM-DD-yyyy"); in test_getInstance_String() local
162 final FastDateFormat format3 = FastDateFormat.getInstance("MM/DD/yyyy", Locale.GERMANY); in test_getInstance_String_Locale() local
177 … final FastDateFormat format3 = FastDateFormat.getInstance("MM/DD/yyyy", TimeZone.getDefault()); in test_getInstance_String_TimeZone() local
197 final FastDateFormat format3 = FastDateFormat.getInstance("MM/DD/yyyy", in test_getInstance_String_TimeZone_Locale() local
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/Common/
H A DCoverage.hh53 CoverageFormat1_3<MediumTypes>format3; member
333 CoverageFormat1_3<MediumTypes>::iter_t format3; member
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/source/
H A DTrackGroupArrayTest.java35 Format format3 = formatBuilder.setSampleMimeType(MimeTypes.VIDEO_H264).build(); in roundTripViaBundle_ofTrackGroupArray_yieldsEqualInstance() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/source/
H A DTrackGroupArrayTest.java35 Format format3 = formatBuilder.setSampleMimeType(MimeTypes.VIDEO_H264).build(); in roundTripViaBundle_ofTrackGroupArray_yieldsEqualInstance() local
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DPairPos.hh19 PairPosFormat1_3<MediumTypes> format3; member
H A DAnchor.hh19 AnchorFormat3 format3; member
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/postscript/
H A Dfd_select.rs86 let format3 = { localVariable
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/
H A DSingleSubst.hh20 SingleSubstFormat1_3<MediumTypes> format3; member
/aosp_15_r20/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
H A DFormatTest.java138 JsonFormat.Value format3 = JsonFormat.Value.forLeniency(Boolean.FALSE); in testMultiMerge() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-aat-layout-bsln-table.hh150 BaselineTableFormat3Part format3; member
H A Dhb-ot-cff-common.hh359 FDSelect3 format3; member
H A Dhb-ot-kern-table.hh188 KernSubTableFormat3<KernSubTableHeader> format3; member
H A Dhb-ot-cff2-table.hh105 FDSelect3 format3; member
H A Dhb-ot-stat-table.hh439 AxisValueFormat3 format3; member
H A Dhb-ot-layout-base-table.hh221 BaseCoordFormat3 format3; member
H A Dhb-ot-layout-common.hh2296 ClassDefFormat1_3<MediumTypes>format3; member
4168 ConditionAnd format3; member
/aosp_15_r20/bionic/tests/
H A Dexecinfo_test.cpp150 std::regex format3("[^\\(\\s]+ ?\\[0x[0-9a-fA-F]+\\]"); in VerifyLineFormat() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DMessageFormatTest.java46 private MessageFormat format1, format2, format3; field in MessageFormatTest
H A DDecimalFormatTest.java799 DecimalFormat format3 = new DecimalFormat("'$'1000.0000"); in testConstructor_noArg() local
/aosp_15_r20/external/skia/src/sfnt/
H A DSkOTTable_EBLC.h141 IndexSubTable3 format3; member
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GDEF/
H A DGDEF.hh308 CaretValueFormat3 format3; member
/aosp_15_r20/external/harfbuzz_ng/src/OT/Color/CBDT/
H A DCBDT.hh359 IndexSubtableFormat3 format3; member

12