Home
last modified time | relevance | path

Searched refs:PlaneLayout (Results 1 – 25 of 25) sorted by relevance

/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DHandleImporter.cpp30 using aidl::android::hardware::graphics::common::PlaneLayout;
126 std::vector<PlaneLayout> getPlaneLayouts(const sp<IMapperV4> mapper, buffer_handle_t& buf) { in getPlaneLayouts()
128 std::vector<PlaneLayout> planeLayouts; in getPlaneLayouts()
168 std::vector<PlaneLayout> planeLayouts = getPlaneLayouts(mapper, buf);
422 std::vector<PlaneLayout> planeLayouts = getPlaneLayouts(mMapperV4, buf); in getMonoPlanarStrideBytes()
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/1/android/hardware/graphics/common/
H A DPlaneLayout.aidl20 parcelable PlaneLayout {
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/2/android/hardware/graphics/common/
H A DPlaneLayout.aidl36 parcelable PlaneLayout {
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/
H A DPlaneLayout.aidl20 parcelable PlaneLayout {
/aosp12/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
H A DPlaneLayout.aidl38 parcelable PlaneLayout {
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DMapperMetadata.cpp43 using aidl::android::hardware::graphics::common::PlaneLayout;
286 static android::status_t get_plane_layouts(const private_handle_t *handle, std::vector<PlaneLayout>… in get_plane_layouts()
324 PlaneLayout layout = {.offsetInBytes = offset, in get_plane_layouts()
378 PlaneLayout layout = {.offsetInBytes = handle->plane_info[plane_index].offset, in get_plane_layouts()
542 std::vector<PlaneLayout> layouts; in get_metadata()
873 std::vector<PlaneLayout> layouts; in getFromBufferDescriptorInfo()
/aosp12/frameworks/native/libs/ui/include/ui/
H A DGralloc.h157 std::vector<ui::PlaneLayout>* /*outPlaneLayouts*/) const { in getPlaneLayouts() argument
245 std::vector<ui::PlaneLayout>* /*outPlaneLayouts*/) const { in getDefaultPlaneLayouts() argument
H A DGraphicTypes.h53 using aidl::android::hardware::graphics::common::PlaneLayout;
H A DGraphicBufferMapper.h122 std::vector<ui::PlaneLayout>* outPlaneLayouts);
170 std::vector<ui::PlaneLayout>* outPlaneLayouts);
H A DGralloc4.h102 std::vector<ui::PlaneLayout>* outPlaneLayouts) const override;
147 std::vector<ui::PlaneLayout>* outPlaneLayouts) const override;
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicTypes.h53 using aidl::android::hardware::graphics::common::PlaneLayout;
H A DGraphicBufferMapper.h122 std::vector<ui::PlaneLayout>* outPlaneLayouts);
170 std::vector<ui::PlaneLayout>* outPlaneLayouts);
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp37 using aidl::android::hardware::graphics::common::PlaneLayout;
699 status_t encodePlaneLayout(const PlaneLayout& input, OutputHidlVec* output) { in encodePlaneLayout()
740 status_t decodePlaneLayout(InputHidlVec* input, PlaneLayout* output) { in decodePlaneLayout()
781 status_t encodePlaneLayoutsHelper(const std::vector<PlaneLayout>& planeLayouts, OutputHidlVec* outO… in encodePlaneLayoutsHelper()
797 status_t decodePlaneLayoutsHelper(InputHidlVec* inputHidlVec, std::vector<PlaneLayout>* outPlaneLay… in decodePlaneLayoutsHelper()
817 void clearPlaneLayouts(std::vector<PlaneLayout>* output) { in clearPlaneLayouts()
1069 status_t encodePlaneLayouts(const std::vector<PlaneLayout>& planeLayouts, hidl_vec<uint8_t>* outPla… in encodePlaneLayouts()
1074 status_t decodePlaneLayouts(const hidl_vec<uint8_t>& planeLayouts, std::vector<PlaneLayout>* outPla… in decodePlaneLayouts()
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp37 using aidl::android::hardware::graphics::common::PlaneLayout;
311 std::vector<PlaneLayout> planeLayouts; in TEST_F()
312 PlaneLayout planeLayoutA; in TEST_F()
313 PlaneLayout planeLayoutRGB; in TEST_F()
530 std::vector<PlaneLayout> planeLayouts; in TEST_F()
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp201 std::vector<PlaneLayout> planeLayouts; in getAndroidYCbCr()
287 std::vector<PlaneLayout> planeLayouts; in verifyRGBA8888()
680 std::vector<PlaneLayout> planeLayouts; in TEST_P()
828 std::vector<PlaneLayout> planeLayouts; in TEST_P()
870 std::vector<PlaneLayout> planeLayouts; in TEST_P()
1266 std::vector<PlaneLayout> planeLayouts; in TEST_P()
1585 std::vector<PlaneLayout> planeLayouts; in TEST_P()
1586 PlaneLayout planeLayoutA; in TEST_P()
1587 PlaneLayout planeLayoutRGB; in TEST_P()
1634 std::vector<PlaneLayout> realPlaneLayouts; in TEST_P()
[all …]
/aosp12/frameworks/native/libs/ui/
H A DGralloc4.cpp204 std::vector<ui::PlaneLayout> planeLayouts; in lock()
277 std::vector<ui::PlaneLayout> planeLayouts; in lock()
591 std::vector<ui::PlaneLayout>* outPlaneLayouts) const { in getPlaneLayouts()
785 std::vector<ui::PlaneLayout>* outPlaneLayouts) const { in getDefaultPlaneLayouts()
851 std::vector<ui::PlaneLayout> planeLayouts; in bufferDumpHelper()
H A DGraphicBufferMapper.cpp275 std::vector<ui::PlaneLayout>* outPlaneLayouts) { in getPlaneLayouts()
378 std::vector<ui::PlaneLayout>* outPlaneLayouts) { in getDefaultPlaneLayouts()
/aosp12/frameworks/native/libs/gralloc/types/fuzzer/
H A Dgralloctypes.cpp72 …GRALLOCTYPES_DECODE(std::vector<aidl::android::hardware::graphics::common::PlaneLayout>, ::android…
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A DQtiMapperExtensions.h60 using ::vendor::qti::hardware::display::mapperextensions::V1_0::PlaneLayout;
H A Dgr_buf_mgr.cpp48 using aidl::android::hardware::graphics::common::PlaneLayout;
663 static Error getFormatLayout(private_handle_t *handle, std::vector<PlaneLayout> *out) { in getFormatLayout()
664 std::vector<PlaneLayout> plane_info; in getFormatLayout()
1301 std::vector<PlaneLayout> plane_layouts; in GetMetadata()
H A DQtiMapperExtensions.cpp349 hidl_vec<PlaneLayout> plane_info; in getFormatLayout()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A DQtiMapperExtensions.h60 using ::vendor::qti::hardware::display::mapperextensions::V1_0::PlaneLayout;
H A Dgr_buf_mgr.cpp47 using aidl::android::hardware::graphics::common::PlaneLayout;
664 static Error getFormatLayout(private_handle_t *handle, std::vector<PlaneLayout> *out) { in getFormatLayout()
665 std::vector<PlaneLayout> plane_info; in getFormatLayout()
1255 std::vector<PlaneLayout> plane_layouts; in GetMetadata()
H A DQtiMapperExtensions.cpp348 hidl_vec<PlaneLayout> plane_info; in getFormatLayout()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h299 …neLayouts(const std::vector<aidl::android::hardware::graphics::common::PlaneLayout>& planeLayouts,…
300 …& planeLayouts, std::vector<aidl::android::hardware::graphics::common::PlaneLayout>* outPlaneLayou…