Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dframe_buffer.cpp111 stream_usage_(stream_usage) { in GrallocFrameBuffer()
144 ret = gralloc_module_->lock_ycbcr(gralloc_module_, buffer_, stream_usage_, in Map()
149 ret = gralloc_module_->lock(gralloc_module_, buffer_, stream_usage_, 0, 0, in Map()
154 ret = gralloc_module_->lock(gralloc_module_, buffer_, stream_usage_, 0, 0, in Map()
Dframe_buffer.h127 uint32_t stream_usage_; variable