Searched refs:getMonoPlanarStrideBytes (Results 1 – 3 of 3) sorted by relevance
55 status_t getMonoPlanarStrideBytes(buffer_handle_t& buf, uint32_t* stride /*out*/);
174 status_t HandleImporter::getMonoPlanarStrideBytes(buffer_handle_t& buf, uint32_t* stride /*out*/) { in getMonoPlanarStrideBytes() function in android::hardware::camera::common::helper::HandleImporter
277 if (importer_->getMonoPlanarStrideBytes(buffer, stride) != NO_ERROR) { in GetBufferSizeAndStride()