Home
last modified time | relevance | path

Searched refs:C2PlaneInfo (Results 1 – 5 of 5) sorted by relevance

/hardware/google/av/codec2/vndk/
DC2AllocatorGralloc.cpp428 C2PlaneInfo::CHANNEL_Y, // channel in map()
436 C2PlaneInfo::NATIVE, // endianness in map()
441 C2PlaneInfo::CHANNEL_CB, // channel in map()
449 C2PlaneInfo::NATIVE, // endianness in map()
454 C2PlaneInfo::CHANNEL_CR, // channel in map()
462 C2PlaneInfo::NATIVE, // endianness in map()
508 C2PlaneInfo::CHANNEL_R, // channel in map()
516 C2PlaneInfo::NATIVE, // endianness in map()
521 C2PlaneInfo::CHANNEL_G, // channel in map()
529 C2PlaneInfo::NATIVE, // endianness in map()
[all …]
/hardware/google/av/media/sfplugin/
DCodec2Buffer.cpp252 if (layout.planes[0].channel != C2PlaneInfo::CHANNEL_Y in GraphicView2MediaImageConverter()
253 || layout.planes[1].channel != C2PlaneInfo::CHANNEL_CB in GraphicView2MediaImageConverter()
254 || layout.planes[2].channel != C2PlaneInfo::CHANNEL_CR in GraphicView2MediaImageConverter()
272 const C2PlaneInfo &plane = layout.planes[i]; in GraphicView2MediaImageConverter()
290 const C2PlaneInfo &plane = layout.planes[i]; in GraphicView2MediaImageConverter()
410 const C2PlaneInfo &plane = layout.planes[i]; in GraphicView2MediaImageConverter()
417 if (plane.allocatedDepth > 8 && plane.endianness != C2PlaneInfo::NATIVE) { in GraphicView2MediaImageConverter()
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp429 void fillPlane(const C2Rect rect, const C2PlaneInfo info, uint8_t *addr, uint8_t value) { in fillPlane()
439 bool verifyPlane(const C2Rect rect, const C2PlaneInfo info, const uint8_t *addr, uint8_t value) { in verifyPlane()
467 C2PlaneInfo yInfo = layout.planes[C2PlanarLayout::PLANE_Y]; in TEST_F()
469 C2PlaneInfo uInfo = layout.planes[C2PlanarLayout::PLANE_U]; in TEST_F()
471 C2PlaneInfo vInfo = layout.planes[C2PlanarLayout::PLANE_V]; in TEST_F()
531 C2PlaneInfo yInfo = layout.planes[C2PlanarLayout::PLANE_Y]; in TEST_F()
533 C2PlaneInfo uInfo = layout.planes[C2PlanarLayout::PLANE_U]; in TEST_F()
535 C2PlaneInfo vInfo = layout.planes[C2PlanarLayout::PLANE_V]; in TEST_F()
/hardware/google/av/media/sfplugin/utils/
DCodec2BufferUtils.cpp76 const C2PlaneInfo &plane = layout.planes[i]; in _ImageCopy()
194 && layout.planes[layout.PLANE_Y].channel == C2PlaneInfo::CHANNEL_Y in IsYUV420()
200 && layout.planes[layout.PLANE_U].channel == C2PlaneInfo::CHANNEL_CB in IsYUV420()
206 && layout.planes[layout.PLANE_V].channel == C2PlaneInfo::CHANNEL_CR in IsYUV420()
/hardware/google/av/codec2/include/
DC2Buffer.h1475 struct C2PlaneInfo { struct
1579 C2PlaneInfo planes[MAX_NUM_PLANES];