Home
last modified time | relevance | path

Searched defs:format2 (Results 1 – 25 of 112) sorted by relevance

12345

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
H A DAdaptiveTrackSelectionTest.java66 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidth() local
81 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthFraction() local
97 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthAndTimeToFirstByte() local
113 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in updateSelectedTrackDoNotSwitchUpIfNotBufferedEnough() local
141 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in updateSelectedTrackSwitchUpIfBufferedEnough() local
169 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in updateSelectedTrack_liveStream_switchesUpWhenBufferedFractionToLiveEdgeReached() local
203 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in updateSelectedTrackDoNotSwitchDownIfBufferedEnough() local
231 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in updateSelectedTrackSwitchDownIfNotBufferedEnough() local
259 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in evaluateQueueSizeReturnQueueSizeIfBandwidthIsNotImproved() local
281 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in evaluateQueueSizeDoNotReevaluateUntilAfterMinTimeBetweenBufferReevaluation() local
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
H A DAdaptiveTrackSelectionTest.java66 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidth() local
81 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthFraction() local
97 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthAndTimeToFirstByte() local
113 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in updateSelectedTrackDoNotSwitchUpIfNotBufferedEnough() local
141 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in updateSelectedTrackSwitchUpIfBufferedEnough() local
169 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in updateSelectedTrack_liveStream_switchesUpWhenBufferedFractionToLiveEdgeReached() local
207 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in updateSelectedTrackDoNotSwitchDownIfBufferedEnough() local
235 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in updateSelectedTrackSwitchDownIfNotBufferedEnough() local
263 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in evaluateQueueSizeReturnQueueSizeIfBandwidthIsNotImproved() local
285 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in evaluateQueueSizeDoNotReevaluateUntilAfterMinTimeBetweenBufferReevaluation() local
[all …]
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/
H A DFastDateFormatTest.java106 final FastDateFormat format2 = FastDateFormat.getDateInstance(FastDateFormat.FULL); in test_changeDefault_Locale_DateInstance() local
121 …final FastDateFormat format2 = FastDateFormat.getDateTimeInstance(FastDateFormat.FULL, FastDateFor… in test_changeDefault_Locale_DateTimeInstance() local
140 final FastDateFormat format2 = FastDateFormat.getInstance(); in test_getInstance() local
147 final FastDateFormat format2 = FastDateFormat.getInstance("MM-DD-yyyy"); in test_getInstance_String() local
161 final FastDateFormat format2 = FastDateFormat.getInstance("MM/DD/yyyy"); in test_getInstance_String_Locale() local
176 final FastDateFormat format2 = FastDateFormat.getInstance("MM/DD/yyyy"); in test_getInstance_String_TimeZone() local
196 final FastDateFormat format2 = FastDateFormat.getInstance("MM/DD/yyyy", Locale.GERMANY); in test_getInstance_String_TimeZone_Locale() local
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_ENUM_FMT.c46 struct v4l2_fmtdesc format2; in do_enumerate_formats() local
136 struct v4l2_fmtdesc format2; in test_VIDIOC_ENUM_FMT_S32_MAX() local
164 struct v4l2_fmtdesc format2; in test_VIDIOC_ENUM_FMT_S32_MAX_1() local
192 struct v4l2_fmtdesc format2; in test_VIDIOC_ENUM_FMT_U32_MAX() local
220 struct v4l2_fmtdesc format2; in test_VIDIOC_ENUM_FMT_invalid_type() local
H A Dtest_VIDIOC_FMT.c191 struct v4l2_format format2; in do_get_formats() local
510 struct v4l2_format format2; in do_get_format_invalid() local
719 struct v4l2_format format2; in do_set_formats_enum() local
1551 struct v4l2_format format2; in do_set_formats_type() local
/aosp_15_r20/external/webrtc/modules/audio_coding/test/
H A DTwoWayCommunication.cc59 const SdpAudioFormat& format2, in SetUpAutotest()
127 const SdpAudioFormat format2("L16", 8000, 1); in Perform() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DMessageRegressionTest.java266 MessageFormat format2 = null; in Test4111739() local
738 MessageFormat format2 = null; in testBugTestsWithNamesArguments() local
894 MessageFormat format2 = null; in TestSerialization() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
H A DMessageRegressionTest.java263 MessageFormat format2 = null; in Test4111739() local
735 MessageFormat format2 = null; in testBugTestsWithNamesArguments() local
891 MessageFormat format2 = null; in TestSerialization() local
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DPolicyAudioPort.cpp164 int PolicyAudioPort::compareFormats(audio_format_t format1, audio_format_t format2) in compareFormats()
194 uint32_t PolicyAudioPort::formatDistance(audio_format_t format1, audio_format_t format2) in formatDistance()
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/Common/
H A DCoverage.hh51 CoverageFormat2_4<SmallTypes> format2; member
335 …CoverageFormat2_4<SmallTypes>::iter_t format2; /* Put this one first since it's larger; help… member
/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
544 MessageFormat format2 = new MessageFormat("{1}"); in test_equalsLjava_lang_Object() local
/aosp_15_r20/external/mesa3d/src/intel/isl/
H A Disl_format.c974 enum isl_format format2) in isl_formats_have_same_bits_per_channel()
1000 enum isl_format format2) in isl_formats_are_ccs_e_compatible()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/source/
H A DTrackGroupTest.java34 Format format2 = formatBuilder.setSampleMimeType(MimeTypes.AUDIO_AAC).build(); in roundTripViaBundle_ofTrackGroup_yieldsEqualInstance() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/source/
H A DTrackGroupTest.java34 Format format2 = formatBuilder.setSampleMimeType(MimeTypes.AUDIO_AAC).build(); in roundTripViaBundle_ofTrackGroup_yieldsEqualInstance() local
H A DTrackGroupArrayTest.java34 Format format2 = formatBuilder.setSampleMimeType(MimeTypes.AUDIO_AAC).build(); in roundTripViaBundle_ofTrackGroupArray_yieldsEqualInstance() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/source/
H A DTrackGroupArrayTest.java34 Format format2 = formatBuilder.setSampleMimeType(MimeTypes.AUDIO_AAC).build(); in roundTripViaBundle_ofTrackGroupArray_yieldsEqualInstance() local
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DMarkLigPos.hh17 MarkLigPosFormat1_2<MediumTypes> format2; member
H A DMarkBasePos.hh17 MarkBasePosFormat1_2<MediumTypes> format2; member
H A DMarkMarkPos.hh17 MarkMarkPosFormat1_2<MediumTypes> format2; member
H A DPairPos.hh17 PairPosFormat2_4<SmallTypes> format2; member
H A DAnchor.hh18 AnchorFormat2 format2; member
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/
H A DAlternateSubst.hh18 AlternateSubstFormat1_2<MediumTypes> format2; member
H A DMultipleSubst.hh18 MultipleSubstFormat1_2<MediumTypes> format2; member
H A DLigatureSubst.hh18 LigatureSubstFormat1_2<MediumTypes> format2; member
/aosp_15_r20/external/webrtc/media/base/
H A Dvideo_common_unittest.cc76 VideoFormat format2; in TEST() local

12345