Home
last modified time | relevance | path

Searched refs:img_desc (Results 1 – 5 of 5) sorted by relevance

/external/arm-trusted-firmware/drivers/auth/
Dauth_mod.c48 const auth_img_desc_t *img_desc, in auth_get_param() argument
53 if (img_desc->authenticated_data == NULL) in auth_get_param()
58 img_desc->authenticated_data[i].type_desc)) { in auth_get_param()
59 *param = img_desc->authenticated_data[i].data.ptr; in auth_get_param()
60 *len = img_desc->authenticated_data[i].data.len; in auth_get_param()
94 const auth_img_desc_t *img_desc, in auth_hash() argument
103 rc = auth_get_param(param->hash, img_desc->parent, in auth_hash()
108 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_hash()
147 const auth_img_desc_t *img_desc, in auth_signature() argument
156 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_signature()
[all …]
/external/tensorflow/tensorflow/core/lib/gif/
Dgif_io.cc107 GifImageDesc* img_desc = &this_image->ImageDesc; in Decode() local
109 int imgLeft = img_desc->Left; in Decode()
110 int imgTop = img_desc->Top; in Decode()
111 int imgRight = img_desc->Left + img_desc->Width; in Decode()
112 int imgBottom = img_desc->Top + img_desc->Height; in Decode()
114 if (img_desc->Left != 0 || img_desc->Top != 0 || img_desc->Width != width || in Decode()
115 img_desc->Height != height) { in Decode()
152 this_image->RasterBits[(i - img_desc->Top) * (img_desc->Width) + in Decode()
153 (j - img_desc->Left)]; in Decode()
/external/arm-trusted-firmware/plat/common/tbbr/
Dplat_tbbr.c29 int plat_set_nv_ctr2(void *cookie, const auth_img_desc_t *img_desc, in plat_set_nv_ctr2() argument
35 assert(img_desc != NULL); in plat_set_nv_ctr2()
44 if (!trusted_nv_ctr || img_desc->parent == NULL) in plat_set_nv_ctr2()
/external/arm-trusted-firmware/include/plat/common/
Dplatform.h262 int plat_set_nv_ctr2(void *cookie, const struct auth_img_desc_s *img_desc,
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp2096 auto img_desc = static_cast<const ImageDescriptor *>(src_desc); in VerifyCopyUpdateContents() local
2097 auto image_view = img_desc->GetImageView(); in VerifyCopyUpdateContents()
2098 auto image_layout = img_desc->GetImageLayout(); in VerifyCopyUpdateContents()