Home
last modified time | relevance | path

Searched refs:PlaneIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h34 enum PlaneIndex { enum
70 enum PlaneIndex : uint32_t { enum
235 inline static const char *asString(MediaImage::PlaneIndex i, const char *def = "??") {
257 MediaImage2::PlaneIndex i, MediaImage2::Type j, char def = '?') {
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp1462 MediaImage2::PlaneIndex dstPlane = codecUvOffsetDiff > 0 ? MediaImage2::U : MediaImage2::V; in copyOneYuvTile()