Home
last modified time | relevance | path

Searched defs:Projection (Results 1 – 25 of 196) sorted by relevance

12345678

/aosp_15_r20/external/libwebm/mkvparser/
H A Dmkvparser.h476 struct Projection { struct
477 enum ProjectionType { argument
485 Projection() in Projection() function
492 ~Projection() { delete[] private_data; } in ~Projection() argument
496 ProjectionType type; argument
497 unsigned char* private_data;
498 size_t private_data_length;
499 float pose_yaw;
500 float pose_pitch;
501 float pose_roll;
/aosp_15_r20/external/libaom/third_party/libwebm/mkvparser/
H A Dmkvparser.h476 struct Projection { struct
477 enum ProjectionType { argument
485 Projection() in Projection() argument
492 ~Projection() { delete[] private_data; } in ~Projection() argument
496 ProjectionType type; argument
497 unsigned char* private_data;
498 size_t private_data_length;
499 float pose_yaw;
500 float pose_pitch;
501 float pose_roll;
/aosp_15_r20/external/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h476 struct Projection { struct
477 enum ProjectionType { argument
485 Projection() in Projection() function
492 ~Projection() { delete[] private_data; } in ~Projection() argument
496 ProjectionType type; argument
497 unsigned char* private_data;
498 size_t private_data_length;
499 float pose_yaw;
500 float pose_pitch;
501 float pose_roll;
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/tests/expand/multifields/
Dstruct.expanded.rs34 struct Projection<'__pin, T, U> struct
51 struct ProjectionRef<'__pin, T, U> argument
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/tests/expand/default/
Dstruct.expanded.rs20 struct Projection<'__pin, T, U> struct
47 ) -> Projection<'__pin, T, U> { in project() argument
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/tests/expand/naming/
Dstruct-none.expanded.rs20 struct Projection<'__pin, T, U> struct
47 ) -> Projection<'__pin, T, U> { in project() argument
Dstruct-ref.expanded.rs35 struct Projection<'__pin, T, U> struct
47 ) -> Projection<'__pin, T, U> { in project() argument
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/tests/expand/pub/
Dstruct.expanded.rs20 pub(crate) struct Projection<'__pin, T, U> struct
47 ) -> Projection<'__pin, T, U> { in project() argument
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/tests/expand/pinned_drop/
Dstruct.expanded.rs21 struct Projection<'__pin, T, U> struct
48 ) -> Projection<'__pin, T, U> { in project() argument
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DProjection.java27 /* package */ final class Projection { class
169 public Projection(Mesh mesh, int stereoMode) { in Projection() method in Projection
181 public Projection(Mesh leftMesh, Mesh rightMesh, int stereoMode) { in Projection() method in Projection
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DProjection.java30 /* package */ final class Projection { class
173 public Projection(Mesh mesh, int stereoMode) { in Projection() method in Projection
185 public Projection(Mesh leftMesh, Mesh rightMesh, int stereoMode) { in Projection() method in Projection
/aosp_15_r20/external/libwebm/webm_parser/include/webm/
H A Ddom_types.h925 struct Projection { struct
929 Element<ProjectionType> type; argument
954 bool operator==(const Projection& other) const { argument
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DBitmapRegionDecoder.cpp188 struct Projection { struct in android::BitmapRegionDecoderWrapper
189 SkRect srcRect;
190 SkISize destSize;
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/network/apn/
DApnRepository.kt31 val Projection = arrayOf( in <lambda>() constant
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/activity/db/
H A DHeapAnalysisTable.kt198 class Projection( in <lambda>() class
/aosp_15_r20/external/zucchini/
H A Dencoded_view.cc18 EncodedView::value_type EncodedView::Projection(offset_t location) const { in Projection() function in zucchini::EncodedView
/aosp_15_r20/external/cronet/base/containers/
H A Dto_value_list_unittest.cc47 TEST(ToListTest, Projection) { in TEST() argument
H A Dto_vector_unittest.cc37 TEST(ToVectorTest, Projection) { in TEST() argument
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/network/apn/
DApnRepositoryKt.java17 …private static final java.lang.String[] Projection = {"_id", "name", "apn", "proxy", "port", "user… field in ApnRepositoryKt
/aosp_15_r20/external/googleapis/google/firestore/v1beta1/
H A Dquery.proto221 message Projection { message
/aosp_15_r20/external/googleapis/google/datastore/v1beta3/
H A Dquery.proto130 message Projection { message
/aosp_15_r20/external/googleapis/google/firestore/v1/
H A Dquery.proto258 message Projection { message
/aosp_15_r20/external/googleapis/google/datastore/v1/
H A Dquery.proto293 message Projection { message
/aosp_15_r20/external/libwebm/testing/
H A Dmkvmuxer_tests.cc900 TEST_F(MuxerTest, Projection) { in TEST_F() argument
/aosp_15_r20/external/googleapis/google/storage/v1/
H A Dstorage_resources.proto539 enum Projection { enum

12345678