/aosp_15_r20/build/make/tools/compliance/ |
H A D | resolution.go | 33 type Resolution struct { struct 34 attachesTo, actsOn *TargetNode 35 cs LicenseConditionSet 39 func (r Resolution) AttachesTo() *TargetNode { 46 func (r Resolution) ActsOn() *TargetNode { 51 func (r Resolution) Resolves() LicenseConditionSet { 56 func (r Resolution) asString() string {
|
/aosp_15_r20/frameworks/av/services/camera/virtualcamera/util/ |
H A D | Util.h | 122 struct Resolution { struct 124 Resolution(const int w, const int h) : width(w), height(h) { in Resolution() argument 135 bool operator<=(const Resolution& other) const { argument 143 int width = 0; 167 inline bool isApproximatellySameAspectRatio(const Resolution r1, in isApproximatellySameAspectRatio() argument
|
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | AssetManager2.h | 501 struct Resolution { struct 502 struct Step { 544 mutable Resolution last_resolution_; argument
|
/aosp_15_r20/external/webrtc/api/video/ |
H A D | resolution.h | 19 struct Resolution { struct 28 inline bool operator==(const Resolution& lhs, const Resolution& rhs) { argument
|
/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/ |
H A D | edid.rs | 83 pub struct Resolution { struct 88 impl Resolution { argument 89 fn new(width: u32, height: u32) -> Resolution { in new()
|
/aosp_15_r20/external/intel-media-driver/docs/ |
H A D | media_features.md | 40 ### JPEG Decoding Format Support 57 ### Hardware Encoding, Low Power Encoding(VDEnc/Huc) 83 ### Hardware(PAK) + Shader(media kernel+VME) Encoding
|
/aosp_15_r20/external/openscreen/cast/streaming/ |
H A D | resolution.h | 21 struct Resolution { struct 52 constexpr Resolution ToResolution() const { return {width, height}; } in ToResolution() argument
|
/aosp_15_r20/external/cldr/docs/ldml/ |
H A D | tr35-messageFormat.md | 2858 #### Literal Resolution 2874 #### Variable Resolution 2887 #### Function Resolution 3009 ##### Option Resolution 3026 #### Markup Resolution 3038 #### Fallback Resolution
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/ |
H A D | resolve.rs | 6 pub(crate) struct Resolution<'a> { struct 12 pub(crate) fn resolve(&self, ident: &impl UnresolvedName) -> Resolution<'a> { in resolve() argument
|
/aosp_15_r20/external/rust/cxx/syntax/ |
D | resolve.rs | 6 pub(crate) struct Resolution<'a> { struct 12 pub(crate) fn resolve(&self, ident: &impl UnresolvedName) -> Resolution<'a> { in resolve() argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/ |
H A D | resolve.rs | 6 pub(crate) struct Resolution<'a> { struct 12 pub(crate) fn resolve(&self, ident: &impl UnresolvedName) -> Resolution<'a> { in resolve() argument
|
/aosp_15_r20/cts/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/ |
H A D | MediaPreparerAppTest.java | 57 private static final class Resolution { class in MediaPreparerAppTest 67 private Resolution(int width, int height) { in Resolution() method in MediaPreparerAppTest.Resolution 72 private Resolution(String resolution) { in Resolution() method in MediaPreparerAppTest.Resolution
|
/aosp_15_r20/external/aws-sdk-java-v2/services/elastictranscoder/src/test/resources/ |
H A D | ListPresetsResponseWithNullVideoField.json | 21 "Resolution": null, null 45 "Resolution": null, null 66 "Resolution": null, null
|
/aosp_15_r20/external/webrtc/test/ |
H A D | frame_generator_capturer.h | 135 struct Resolution { struct 139 absl::optional<Resolution> GetResolution(); argument
|
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/photopicker/PhotopickerLib/android_common_apex30/kapt/gen/stubs/com/android/photopicker/core/glide/ |
D | Resolution.java | 9 public enum Resolution { enum 13 Resolution() { in Resolution() method in Resolution
|
/aosp_15_r20/external/doclava/src/com/google/doclava/ |
H A D | Resolution.java | 36 public class Resolution { class 48 public Resolution(String variable, String value, InfoBuilder builder) { in Resolution() method in Resolution
|
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
H A D | MediaPreparer.java | 212 protected static final class Resolution { class in MediaPreparer 222 private Resolution(int width, int height) { in Resolution() method in MediaPreparer.Resolution 227 private Resolution(String resolution) { in Resolution() method in MediaPreparer.Resolution
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/media/projection/ |
H A D | MediaProjectionDemo.java | 225 private static class Resolution { class in MediaProjectionDemo 229 public Resolution(int x, int y) { in Resolution() method in MediaProjectionDemo.Resolution
|
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
H A D | ResourceManagerMultiTest.java | 108 class Resolution { in getAllVideoCodecParameters() class 112 Resolution(int w, int h) { in getAllVideoCodecParameters() method in ResourceManagerMultiTest.Resolution
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ComponentAliasResolver.java | 368 public static class Resolution<T> { class in ComponentAliasResolver 377 public Resolution(T source, T resolved) { in Resolution() method in ComponentAliasResolver.Resolution
|
/aosp_15_r20/external/crosvm/devices/src/virtio/video/decoder/backend/ |
H A D | vaapi.rs | 418 pub struct Resolution { struct 419 width: u32, 420 height: u32,
|
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/glide/ |
D | Resolution.kt | 28 enum class Resolution { class
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/ |
H A D | Stall.h | 49 UINTN Resolution; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/ |
H A D | Stall.h | 55 UINTN Resolution; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/ |
H A D | Stall.h | 49 UINTN Resolution; member
|