/aosp_15_r20/external/webrtc/api/test/ |
H A D | peerconnection_quality_test_fixture_unittest.cc | 60 absl::optional<VideoResolution> resolution = in TEST() local 70 absl::optional<VideoResolution> resolution = in TEST() local 90 VideoResolution resolution; member 94 VideoResolution resolution(/*width=*/1280, /*height=*/720, /*fps=*/30); in TEST() local 101 const VideoResolution& resolution) { in TEST() 117 VideoResolution resolution(/*width=*/1280, /*height=*/720, /*fps=*/30); in TEST() local 124 const VideoResolution& resolution) { in TEST()
|
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_mps_poly_filt.c | 57 VOID ixheaacd_mps_synt_post_fft_twiddle_dec(WORD32 resolution, FLOAT32 *fin_re, in ixheaacd_mps_synt_post_fft_twiddle_dec() 69 VOID ixheaacd_mps_synt_out_calc_dec(WORD32 resolution, FLOAT32 *out, in ixheaacd_mps_synt_out_calc_dec() 91 VOID ixheaacd_mps_synt_out_calc_dec_ldmps(WORD32 resolution, FLOAT32 *out, in ixheaacd_mps_synt_out_calc_dec_ldmps() 117 VOID ixheaacd_mps_synt_out_calc_dec_ldmps_32(WORD32 resolution, FLOAT32 *out, in ixheaacd_mps_synt_out_calc_dec_ldmps_32() 263 WORD32 resolution) { in ixheaacd_mps_synt_pre_twiddle_dec() 301 WORD32 resolution = self->resolution; in ixheaacd_mps_synt_calc() local
|
/aosp_15_r20/external/webrtc/api/test/pclf/ |
H A D | media_configuration.cc | 39 void AppendResolution(const VideoResolution& resolution, in AppendResolution() 149 const VideoResolution& resolution) { in Y4mVideoFrameWriterFactory() 202 VideoConfig::VideoConfig(const VideoResolution& resolution) in VideoConfig() 245 for (const VideoResolution& resolution : resolutions) { in GetMaxResolution() local 269 VideoResolution resolution) { in SubscribeToPeer() 275 VideoResolution resolution) { in SubscribeToAllPeers()
|
/aosp_15_r20/external/libopus/dnn/torch/osce/models/ |
H A D | fd_discriminator.py | 132 resolution, argument 589 resolution, argument 717 resolution, argument 785 resolution, argument 830 resolution, argument 879 resolution, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/kleaf/ |
D | README.md | 124 ### Example: cc\_* rules 164 ### Example: kernel\_* rules without toolchain\_version 187 ### Example: kernel\_* rules with toolchain\_version
|
/aosp_15_r20/packages/services/Car/car-lib/src/com/android/car/internal/property/ |
D | SubscriptionManager.java | 78 public final float resolution; field in SubscriptionManager.RateInfo 80 RateInfo(float updateRateHz, boolean enableVariableUpdateRate, float resolution) { in RateInfo() 195 float resolution) { in add() 241 float resolution = rateInfo.resolution; in remove() local
|
D | InputSanitizationUtils.java | 73 CarPropertyConfig<?> carPropertyConfig, float resolution) { in sanitizeResolution() 86 public static void requireIntegerPowerOf10Resolution(float resolution) { in requireIntegerPowerOf10Resolution()
|
/aosp_15_r20/frameworks/av/media/module/libmediaformatshaper/ |
H A D | CodecProperties.cpp | 115 std::string resolution = key.substr(strlen("vq-target-qpmax-")); in setTuningValue() local 128 std::string resolution = key.substr(strlen("vq-target-bpp-")); in setTuningValue() local 179 bool CodecProperties::bppPoint(std::string resolution, std::string value) { in bppPoint() 293 bool CodecProperties::qpMaxPoint(std::string resolution, std::string value) { in qpMaxPoint()
|
/aosp_15_r20/external/webrtc/rtc_base/units/ |
H A D | unit_base.h | 71 constexpr Unit_T RoundTo(const Unit_T& resolution) const { in RoundTo() 78 constexpr Unit_T RoundUpTo(const Unit_T& resolution) const { in RoundUpTo() 85 constexpr Unit_T RoundDownTo(const Unit_T& resolution) const { in RoundDownTo()
|
/aosp_15_r20/external/executorch/docs/source/ |
H A D | tutorial-template.md | 51 … following this tutorial please file a bug/issue here at XYZ, with hashtag #ExecuTorch #MyHashTag..
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/ |
D | KTapResultParser.java | 169 ParseResolution resolution) { in applyKTapResultToListener() 177 ParseResolution resolution, in applyKTapResultToListener() 323 ParseResolution resolution, in applyToListener()
|
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/ |
H A D | histogram.php | 22 private $resolution; variable in Histogram 36 public function __construct($resolution, $max_possible) {
|
/aosp_15_r20/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/ |
H A D | ModuleResolutionAttribute.java | 69 public int resolution; field in ModuleResolutionAttribute 78 public ModuleResolutionAttribute(final int resolution) { in ModuleResolutionAttribute()
|
/aosp_15_r20/frameworks/base/libs/hwui/tests/common/ |
H A D | TestContext.cpp | 94 const ui::Size& resolution = getActiveDisplayResolution(); in createWindowSurface() local 107 const ui::Size& resolution = getActiveDisplayResolution(); in createOffscreenSurface() local
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/vhal/src/ |
H A D | SubscriptionManager.cpp | 47 float resolution, bool enableVur) { in newSubscribeOptions() 86 bool SubscriptionManager::checkResolution(float resolution) { in checkResolution() 177 float resolution, bool enableVur) { in addContinuousSubscriberLocked()
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/vhal/src/ |
H A D | SubscriptionManager.cpp | 47 float resolution, bool enableVur) { in newSubscribeOptions() 86 bool SubscriptionManager::checkResolution(float resolution) { in checkResolution() 177 float resolution, bool enableVur) { in addContinuousSubscriberLocked()
|
/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/ |
D | SubscriptionUnitTest.java | 180 float resolution = 0.01f; in testSetResolution() local 192 float resolution = 0.02f; in testSetResolutionInvalid() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/api/ |
H A D | CldrDataSupplier.java | 166 public abstract CldrData getDataForLocale(String localeId, CldrResolution resolution); in getDataForLocale() 220 public CldrData getDataForLocale(String localeId, CldrResolution resolution) { in getDataForLocale()
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/linux/wayland/test/ |
H A D | test_screencast_stream_provider.cc | 91 spa_rectangle resolution = in TestScreenCastStreamProvider() local 271 spa_rectangle resolution = SPA_RECTANGLE(that->width_, that->height_); in OnStreamParamChanged() local
|
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
H A D | ResourceManagerMultiTest.java | 179 Resolution resolution = testResolutions[index]; in getAllVideoCodecParameters() local 195 Resolution resolution = testResolutions[index]; in getAllVideoCodecParameters() local
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/input/ |
H A D | InputSensorInfo.java | 80 float resolution, in InputSensorInfo() 265 float resolution = in.readFloat(); in InputSensorInfo() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/sensors/ |
H A D | SensorService.java | 59 String name, String vendor, float maximumRange, float resolution, float power, in registerRuntimeSensorNative() 100 @NonNull String vendor, float maximumRange, float resolution, float power, in createRuntimeSensor()
|
/aosp_15_r20/external/webrtc/test/scenario/ |
H A D | performance_stats.h | 44 SampleStats<double> resolution; member 103 SampleStats<double> resolution; member
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/include/ |
H A D | VehicleUtils.h | 344 void roundToNearestResolution(std::vector<T>& arrayToSanitize, float resolution) { in roundToNearestResolution() 354 float resolution) { in sanitizeByResolution()
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/include/ |
H A D | VehicleUtils.h | 344 void roundToNearestResolution(std::vector<T>& arrayToSanitize, float resolution) { in roundToNearestResolution() 354 float resolution) { in sanitizeByResolution()
|