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

  /hardware/google/av/media/sfplugin/utils/
Codec2BufferUtils.cpp 81 || plane.allocatedDepth != img->mBitDepthAllocated
82 || plane.allocatedDepth < plane.bitDepth
84 || plane.rightShift != plane.allocatedDepth - plane.bitDepth
121 && layout.planes[layout.PLANE_Y].allocatedDepth == 8
127 && layout.planes[layout.PLANE_U].allocatedDepth == 8
133 && layout.planes[layout.PLANE_V].allocatedDepth == 8
  /hardware/google/av/media/sfplugin/
Codec2Buffer.cpp 235 mAllocatedDepth = layout.planes[0].allocatedDepth;
239 uint32_t mStride = align(mWidth, 2) * divUp(layout.planes[0].allocatedDepth, 8u);
409 if (plane.allocatedDepth < plane.bitDepth
410 || plane.rightShift != plane.allocatedDepth - plane.bitDepth) {
415 if (plane.allocatedDepth > 8 && plane.endianness != C2PlaneInfo::NATIVE) {
420 if (plane.allocatedDepth != mAllocatedDepth || plane.bitDepth != bitDepth) {
421 ALOGV("different allocatedDepth/bitDepth per plane unsupported");
  /hardware/google/av/codec2/include/
C2Buffer.h     [all...]

Completed in 572 milliseconds