Searched refs:img_desc (Results 1 – 5 of 5) sorted by relevance
/external/arm-trusted-firmware/drivers/auth/ |
D | auth_mod.c | 49 const auth_img_desc_t *img_desc, in auth_get_param() argument 54 if (img_desc->authenticated_data == NULL) in auth_get_param() 59 img_desc->authenticated_data[i].type_desc)) { in auth_get_param() 60 *param = img_desc->authenticated_data[i].data.ptr; in auth_get_param() 61 *len = img_desc->authenticated_data[i].data.len; in auth_get_param() 95 const auth_img_desc_t *img_desc, in auth_hash() argument 104 rc = auth_get_param(param->hash, img_desc->parent, in auth_hash() 109 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_hash() 148 const auth_img_desc_t *img_desc, in auth_signature() argument 157 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_signature() [all …]
|
/external/tensorflow/tensorflow/core/lib/gif/ |
D | gif_io.cc | 112 GifImageDesc* img_desc = &this_image->ImageDesc; in Decode() local 121 int imgLeft = img_desc->Left; in Decode() 122 int imgTop = img_desc->Top; in Decode() 123 int imgRight = img_desc->Left + img_desc->Width; in Decode() 124 int imgBottom = img_desc->Top + img_desc->Height; in Decode() 139 if (img_desc->Left != 0 || img_desc->Top != 0 || img_desc->Width != width || in Decode() 140 img_desc->Height != height) { in Decode() 172 this_image->RasterBits[(i - img_desc->Top) * (img_desc->Width) + in Decode() 173 (j - img_desc->Left)]; in Decode()
|
/external/arm-trusted-firmware/plat/common/tbbr/ |
D | plat_tbbr.c | 29 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/ |
D | platform.h | 288 int plat_set_nv_ctr2(void *cookie, const struct auth_img_desc_s *img_desc,
|
/external/vulkan-validation-layers/layers/ |
D | descriptor_sets.cpp | 2096 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()
|