Home
last modified time | relevance | path

Searched defs:PlaneInfo (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/frameworks/native/headers/media_plugin/media/hardware/
H A DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument
/aosp_15_r20/external/rust/crabbyavif/src/codecs/
Dandroid_mediacodec.rs47 struct PlaneInfo { struct
54 impl PlaneInfo { argument
129 fn guess_plane_info(&self) -> AvifResult<PlaneInfo> { in guess_plane_info()
171 fn get_plane_info(&self) -> AvifResult<PlaneInfo> { in get_plane_info()
/aosp_15_r20/external/libkmsxx/utils/
H A Dkmstest.cpp32 struct PlaneInfo { struct
33 Plane* plane;
57 vector<PlaneInfo> planes; argument
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dresource_bridge.rs26 pub struct PlaneInfo { struct
35 pub planes: [PlaneInfo; RESOURE_PLANE_NUM], argument