Home
last modified time | relevance | path

Searched refs:raw (Results 1 – 7 of 7) sorted by relevance

/test/vts/drivers/hal/libdatatype/
Dhal_camera.cpp202 bool ConvertCameraInfoToProtobuf(camera_info_t* raw, in ConvertCameraInfoToProtobuf() argument
208 if (!raw) return false; in ConvertCameraInfoToProtobuf()
219 sub_msg->mutable_scalar_value()->set_int32_t(raw->facing); in ConvertCameraInfoToProtobuf()
224 sub_msg->mutable_scalar_value()->set_int32_t(raw->orientation); in ConvertCameraInfoToProtobuf()
229 sub_msg->mutable_scalar_value()->set_uint32_t(raw->device_version); in ConvertCameraInfoToProtobuf()
236 sub_msg->mutable_scalar_value()->set_int32_t(raw->resource_cost); in ConvertCameraInfoToProtobuf()
/test/vts/utils/python/coverage/
DREADME.md14 gcov_file_content: string, the raw gcov binary file content.
15 gcda_file_content: string, the raw gcda binary file content.
/test/mlts/benchmark/jni/
Drun_tflite.cpp198 void* raw = input_tensor->data.raw; in setInput() local
199 memcpy(raw, dataPtr, length); in setInput()
325 if (!data.createInput((uint8_t*)input_tensor->data.raw, in benchmark()
640 if (output_tensor->data.raw == nullptr) { in dumpAllLayers()
649 fwrite(output_tensor->data.raw, output_tensor->bytes, 1, f); in dumpAllLayers()
/test/vts/drivers/hal/libdatatype/include/
Dhal_camera.h52 extern bool ConvertCameraInfoToProtobuf(camera_info_t* raw,
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_coverage_overview.jsp318 … var chart = new google.visualization.PieChart(document.getElementById('pie-chart-coverage-raw'));
409 <div id='pie-chart-coverage-raw' class='pie-chart-div'></div>
/test/vts/proto/
DComponentSpecificationMessage.proto173 // To specify the measured native code coverage raw data.
263 // measured raw coverage data.
/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp424 std::copy(master_key.begin(), master_key.end(), arg->raw); in SetMasterKey()