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

  /frameworks/av/media/libstagefright/omx/
OMXUtils.cpp 100 mBitDepthAllocated = 8;
247 image.mBitDepthAllocated = 8;
  /hardware/google/av/media/sfplugin/utils/
Codec2BufferUtils.cpp 68 const size_t bpp = divUp(img->mBitDepthAllocated, 8u);
81 || plane.allocatedDepth != img->mBitDepthAllocated
  /frameworks/native/headers/media_plugin/media/hardware/
VideoAPI.h 86 uint32_t mBitDepthAllocated; // bits per component (must be 8 or 16)
  /hardware/google/av/media/sfplugin/
Codec2Buffer.cpp 404 mediaImage->mBitDepthAllocated = mAllocatedDepth;
  /hardware/google/av/media/sfplugin/tests/
MediaCodec_sanity_test.cpp 354 EXPECT_EQ(img->mBitDepthAllocated, 8u);

Completed in 587 milliseconds