Searched defs:ExpectMetadataEq (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/modules/camera/3_4/metadata/
H A Dtest_common.h34 static void ExpectMetadataEq(const android::CameraMetadata& metadata, function in namespace:v4l2_camera_hal
50 static void ExpectMetadataEq(const android::CameraMetadata& metadata, function in namespace:v4l2_camera_hal
53 ExpectMetadataEq(metadata, tag, &expected, 1);
58 static void ExpectMetadataEq(const android::CameraMetadata& metadata, function in namespace:v4l2_camera_hal
61 ExpectMetadataEq(metadata, tag, expected.data(), expected.size());
66 static void ExpectMetadataEq(const android::CameraMetadata& metadata, function in namespace:v4l2_camera_hal
69 ExpectMetadataEq(metadata, tag, expected.data(), N);
74 static void ExpectMetadataEq(const android::CameraMetadata& metadata, function in namespace:v4l2_camera_hal
77 ExpectMetadataEq(
83 static void ExpectMetadataEq(cons function in namespace:v4l2_camera_hal
[all...]

Completed in 48 milliseconds