Home
last modified time | relevance | path

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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DTextureSource.java30 private boolean mIsAllocated = false; field in TextureSource
66 mIsAllocated = true; in allocate()
72 mIsAllocated = true; in allocateWithPixels()
78 mIsAllocated = true; in allocateWithBitmapPixels()
112 return mIsAllocated; in isAllocated()