Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/default/include/
DHandleImporter.h61 bool isSmpte2094_10Present(const buffer_handle_t& buf);
/hardware/interfaces/camera/common/default/
DHandleImporter.cpp223 bool HandleImporter::isSmpte2094_10Present(const buffer_handle_t& buf) { in isSmpte2094_10Present() function in android::hardware::camera::common::helper::HandleImporter
/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.cpp3299 bool smpte2094_10Present = importer.isSmpte2094_10Present(b.buffer.buffer); in verify10BitMetadata()