Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/default/include/
DHandleImporter.h55 status_t getMonoPlanarStrideBytes(buffer_handle_t& buf, uint32_t* stride /*out*/);
/hardware/interfaces/camera/common/default/
DHandleImporter.cpp174 status_t HandleImporter::getMonoPlanarStrideBytes(buffer_handle_t& buf, uint32_t* stride /*out*/) { in getMonoPlanarStrideBytes() function in android::hardware::camera::common::helper::HandleImporter
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestProcessor.cpp277 if (importer_->getMonoPlanarStrideBytes(buffer, stride) != NO_ERROR) { in GetBufferSizeAndStride()