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

  /frameworks/base/libs/hwui/utils/
TestWindowContext.cpp 125 android::CpuConsumer::LockedBuffer nativeBuffer;
126 android::status_t retval = mCpuConsumer->lockNextBuffer(&nativeBuffer);
141 LOG_ALWAYS_FATAL_IF(nativeBuffer.format != android::PIXEL_FORMAT_RGBA_8888,
144 SkImageInfo::Make(nativeBuffer.width, nativeBuffer.height,
150 nativeWrapper.installPixels(nativeConfig, nativeBuffer.data, nativeBuffer.stride * 4);
165 mCpuConsumer->unlockBuffer(nativeBuffer);
  /frameworks/native/include/media/hardware/
HardwareAPI.h 198 const sp<ANativeWindowBuffer>& nativeBuffer;
  /frameworks/rs/
rsAllocation.h 74 ANativeWindowBuffer *nativeBuffer;
  /frameworks/rs/driver/runtime/
rs_structs.h 49 void * nativeBuffer;
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 

Completed in 345 milliseconds