HomeSort by relevance Sort by last modified time
    Searched refs:C2PlaneInfo (Results 1 - 5 of 5) sorted by null

  /hardware/google/av/codec2/vndk/
C2AllocatorGralloc.cpp 382 C2PlaneInfo::CHANNEL_Y, // channel
390 C2PlaneInfo::NATIVE, // endianness
395 C2PlaneInfo::CHANNEL_CB, // channel
403 C2PlaneInfo::NATIVE, // endianness
408 C2PlaneInfo::CHANNEL_CR, // channel
416 C2PlaneInfo::NATIVE, // endianness
462 C2PlaneInfo::CHANNEL_R, // channel
470 C2PlaneInfo::NATIVE, // endianness
475 C2PlaneInfo::CHANNEL_G, // channel
483 C2PlaneInfo::NATIVE, // endiannes
    [all...]
  /hardware/google/av/media/sfplugin/utils/
Codec2BufferUtils.cpp 78 const C2PlaneInfo &plane = layout.planes[i];
120 && layout.planes[layout.PLANE_Y].channel == C2PlaneInfo::CHANNEL_Y
126 && layout.planes[layout.PLANE_U].channel == C2PlaneInfo::CHANNEL_CB
132 && layout.planes[layout.PLANE_V].channel == C2PlaneInfo::CHANNEL_CR
  /hardware/google/av/media/sfplugin/
Codec2Buffer.cpp 250 if (layout.planes[0].channel != C2PlaneInfo::CHANNEL_Y
251 || layout.planes[1].channel != C2PlaneInfo::CHANNEL_CB
252 || layout.planes[2].channel != C2PlaneInfo::CHANNEL_CR
270 const C2PlaneInfo &plane = layout.planes[i];
288 const C2PlaneInfo &plane = layout.planes[i];
408 const C2PlaneInfo &plane = layout.planes[i];
415 if (plane.allocatedDepth > 8 && plane.endianness != C2PlaneInfo::NATIVE) {
  /hardware/google/av/codec2/tests/vndk/
C2BufferTest.cpp 429 void fillPlane(const C2Rect rect, const C2PlaneInfo info, uint8_t *addr, uint8_t value) {
439 bool verifyPlane(const C2Rect rect, const C2PlaneInfo info, const uint8_t *addr, uint8_t value) {
467 C2PlaneInfo yInfo = layout.planes[C2PlanarLayout::PLANE_Y];
469 C2PlaneInfo uInfo = layout.planes[C2PlanarLayout::PLANE_U];
471 C2PlaneInfo vInfo = layout.planes[C2PlanarLayout::PLANE_V];
531 C2PlaneInfo yInfo = layout.planes[C2PlanarLayout::PLANE_Y];
533 C2PlaneInfo uInfo = layout.planes[C2PlanarLayout::PLANE_U];
535 C2PlaneInfo vInfo = layout.planes[C2PlanarLayout::PLANE_V];
    [all...]
  /hardware/google/av/codec2/include/
C2Buffer.h     [all...]

Completed in 81 milliseconds