Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 25 of 63) sorted by relevance

123

/device/google/cuttlefish/guest/hals/camera/
Dvsock_frame_provider.cpp133 struct camera3_jpeg_blob* blob = reinterpret_cast<struct camera3_jpeg_blob*>( in copyJpegData() local
135 blob->jpeg_blob_id = CAMERA3_JPEG_BLOB_ID; in copyJpegData()
136 blob->jpeg_size = cached_jpeg_.size(); in copyJpegData()
141 bool VsockFrameProvider::isBlob(const std::vector<char>& blob) { in isBlob() argument
142 bool is_png = blob.size() > 4 && (blob[0] & 0xff) == 0x89 && in isBlob()
143 (blob[1] & 0xff) == 0x50 && (blob[2] & 0xff) == 0x4e && in isBlob()
144 (blob[3] & 0xff) == 0x47; in isBlob()
146 blob.size() > 2 && (blob[0] & 0xff) == 0xff && (blob[1] & 0xff) == 0xd8; in isBlob()
Dvsock_frame_provider.h51 bool isBlob(const std::vector<char>& blob);
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_key_blob_maker.cpp186 KeymasterKeyBlob* blob, in CreateKeyBlob() argument
210 hidden, blob); in CreateKeyBlob()
216 KeymasterKeyBlob* blob) const { in UnvalidatedCreateKeyBlob()
236 *blob = generated_blob; in UnvalidatedCreateKeyBlob()
244 const keymaster_key_blob_t& blob, AuthorizationSet* hw_enforced, in UnwrapKeyBlob() argument
247 keymaster::Buffer key_material_buffer(blob.key_material_size); in UnwrapKeyBlob()
256 auto buf = blob.key_material; in UnwrapKeyBlob()
257 auto buf_end = buf + blob.key_material_size; in UnwrapKeyBlob()
Dtpm_key_blob_maker.h42 keymaster::KeymasterKeyBlob* blob,
51 keymaster::KeymasterKeyBlob* blob) const;
65 const keymaster_key_blob_t& blob,
Dproxy_keymaster_context.h85 const keymaster::KeymasterKeyBlob& blob, in ParseKeyBlob() argument
88 return wrapped_.ParseKeyBlob(blob, additional_params, key); in ParseKeyBlob()
/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_KHR_buffer_device_address.txt18 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference.txt[`GL_…
20 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference2.txt[`GL…
22 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference_uvec2.tx…
36 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference.txt[`GL_E…
69 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference.txt[`GL_E…
72 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference2.txt[`GL_…
74 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference_uvec2.txt…
112 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference.txt[`GL_E…
115 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference2.txt[`GL_…
117 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference_uvec2.txt…
DVK_NV_shader_subgroup_partitioned.txt15 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/nv/GL_NV_shader_subgroup_partitioned.t…
24 https://github.com/KhronosGroup/GLSL/blob/master/extensions/nv/GL_NV_shader_subgroup_partitioned.tx…
DVK_NV_cooperative_matrix.txt15 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/nv/GLSL_NV_cooperative_matrix.txt[`GL_…
32 https://github.com/KhronosGroup/GLSL/blob/master/extensions/nv/GLSL_NV_cooperative_matrix.txt[`GL_N…
DVK_KHR_ray_query.txt13 …https://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/master/extensio…
15 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_ray_query.txt[`GLSL_EXT_r…
DVK_KHR_shader_subgroup_extended_types.txt16 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_shader_subgroup_extended_…
DVK_EXT_shader_image_atomic_int64.txt24 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_shader_image_int64.txt[`G…
DVK_KHR_shader_clock.txt19 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GL_EXT_shader_realtime_clock.txt[`…
DVK_EXT_buffer_device_address.txt28 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference.txt[`GL_E…
DVK_NV_compute_shader_derivatives.txt17 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/nv/GLSL_NV_compute_shader_derivatives.…
DVK_KHR_8bit_storage.txt16 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GL_EXT_shader_16bit_storage.txt[`G…
DVK_NV_shader_sm_builtins.txt15 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/nv/GLSL_NV_shader_sm_builtins.txt[`GL_…
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DBlobCache_unittest.cpp33 BlobPut blob; in MakeBlob() local
34 EXPECT_TRUE(blob.resize(size)); in MakeBlob()
35 MakeSequence(blob, start); in MakeBlob()
36 return blob; in MakeBlob()
60 Blob blob; in TEST() local
61 EXPECT_FALSE(blobCache.get(nullptr, MakeKey(0), &blob)); in TEST()
DSizedMRUCache_unittest.cpp19 Blob blob; in MakeBlob() local
22 blob.push_back(value); in MakeBlob()
24 return blob; in MakeBlob()
41 const Blob *blob = nullptr; in TEST() local
42 EXPECT_FALSE(sizedCache.get("test", &blob)); in TEST()
/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster4_device.cpp108 p.blob.resize(sizeof(hw_auth_token_t)); in injectAuthToken()
110 hw_auth_token_t* auth_token = reinterpret_cast<hw_auth_token_t*>(p.blob.data()); in injectAuthToken()
157 params[i] = keymaster_param_blob(tag, &keyParams[i].blob[0], in KmParamSet()
158 keyParams[i].blob.size()); in KmParamSet()
177 inline hidl_vec<uint8_t> kmBlob2hidlVec(const keymaster_key_blob_t& blob) { in kmBlob2hidlVec() argument
179 result.setToExternal(const_cast<unsigned char*>(blob.key_material), blob.key_material_size); in kmBlob2hidlVec()
183 inline hidl_vec<uint8_t> kmBlob2hidlVec(const keymaster_blob_t& blob) { in kmBlob2hidlVec() argument
185 result.setToExternal(const_cast<unsigned char*>(blob.data), blob.data_length); in kmBlob2hidlVec()
238 result[i].blob.setToExternal(const_cast<unsigned char*>(params[i].blob.data), in kmParamSet2Hidl()
239 params[i].blob.data_length); in kmParamSet2Hidl()
/device/generic/goldfish-opengl/system/hwc2/
DDrmPresenter.cpp517 drmModePropertyBlobPtr blob = in getEdid() local
519 if (!blob) { in getEdid()
525 uint8_t* start = static_cast<uint8_t*>(blob->data); in getEdid()
526 edid.insert(edid.begin(), start, start + blob->length); in getEdid()
528 drmModeFreePropertyBlob(blob); in getEdid()
/device/generic/goldfish-opengl/system/hwc3/
DDrmPresenter.cpp636 drmModePropertyBlobPtr blob = in getEdid() local
638 if (!blob) { in getEdid()
644 uint8_t* start = static_cast<uint8_t*>(blob->data); in getEdid()
645 edid.insert(edid.begin(), start, start + blob->length); in getEdid()
647 drmModeFreePropertyBlob(blob); in getEdid()
/device/generic/vulkan-cereal/third-party/googletest/docs/
Dcommunity_created_documentation.md6 * [Googlemock Insights](https://github.com/ElectricRCAircraftGuy/eRCaGuy_dotfiles/blob/master/goo…
/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/
Dgmock_output_test_golden.txt78 …don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_c…
85 …don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_c…
269 …don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_c…
276 …don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_c…
/device/linaro/hikey/
Dproprietary-blobs.txt15 # This file is generated by device/common/generate-blob-lists.sh - DO NOT EDIT
/device/generic/vulkan-cereal/protocols/vulkan/config/chunkindex/
DREADME.adoc31 https://github.com/filamentgroup/loadJS/blob/master/loadJS.js

123