Home
last modified time | relevance | path

Searched full:faces (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/external/deqp/framework/common/
DtcuTexVerifierUtil.cpp74 void getPossibleCubeFaces(const Vec3 &coord, const IVec3 &bits, CubeFace *faces, int &numFaces) in getPossibleCubeFaces() argument
91 faces[numFaces++] = CUBEFACE_POSITIVE_X; in getPossibleCubeFaces()
93 faces[numFaces++] = CUBEFACE_NEGATIVE_X; in getPossibleCubeFaces()
98 faces[numFaces++] = CUBEFACE_POSITIVE_Y; in getPossibleCubeFaces()
100 faces[numFaces++] = CUBEFACE_NEGATIVE_Y; in getPossibleCubeFaces()
105 faces[numFaces++] = CUBEFACE_POSITIVE_Z; in getPossibleCubeFaces()
107 faces[numFaces++] = CUBEFACE_NEGATIVE_Z; in getPossibleCubeFaces()
111 …// One or more components are equal (or within error bounds). Allow all faces where major axis is … in getPossibleCubeFaces()
114 faces[numFaces++] = CUBEFACE_NEGATIVE_X; in getPossibleCubeFaces()
115 faces[numFaces++] = CUBEFACE_POSITIVE_X; in getPossibleCubeFaces()
[all …]
/external/aws-sdk-java-v2/services/rekognition/src/main/resources/codegen-resources/
Dexamples-1.json115 "description": "This operation deletes one or more faces from a Rekognition collection.",
186 "description": "This operation detects faces in an image stored in an AWS S3 bucket.",
187 "id": "to-detect-faces-in-an-image-1481841782793",
188 "title": "To detect faces in an image"
368 …"description": "This operation detects faces in an image and adds them to the specified Rekognitio…
400 "Faces": [ array
530 "description": "This operation lists the faces in a Rekognition collection.",
531 "id": "to-list-the-faces-in-a-collection-1482181416530",
532 "title": "To list the faces in a collection"
596 …"description": "This operation searches for matching faces in the collection the supplied face bel…
[all …]
Dservice-2.json34faces with an existing UserID. Takes an array of <code>FaceIds</code>. Each <code>FaceId</code> th…
54faces detected in the <i>target</i> input image. </p> <p> If the source image contains multiple fa…
94faces to the collection using the <a>IndexFaces</a> operation. </p> <p>For example, you might crea…
193faces or to detect labels in a streaming video.</p> <p>Amazon Rekognition Video is a consumer of l…
232 …<p>Deletes the specified collection. Note that this operation removes all faces in the collection.…
270 …"documentation":"<p>Deletes faces from a collection. You specify a collection ID and an array of f…
366 …"documentation":"<p>Deletes the specified UserID within the collection. Faces that are associated …
384 …<code>DescribeCollection</code> to get information, such as the number of faces indexed into a col…
500faces within an image that is provided as input.</p> <p> <code>DetectFaces</code> detects the 100 …
603 …e>ResourceNotFound</code> exception is thrown. If successful, an array of faces that are disassoci…
[all …]
/external/rust/crates/vulkano/src/command_buffer/standard/builder/
Ddynamic_state.rs1734 /// Sets the dynamic stencil compare mask on one or both faces for future draw calls.
1742 faces: StencilFaces, in set_stencil_compare_mask()
1745 self.validate_set_stencil_compare_mask(faces, compare_mask) in set_stencil_compare_mask()
1748 unsafe { self.set_stencil_compare_mask_unchecked(faces, compare_mask) } in set_stencil_compare_mask()
1753 faces: StencilFaces, in validate_set_stencil_compare_mask()
1759 faces.validate_device(self.device())?; in validate_set_stencil_compare_mask()
1777 faces: StencilFaces, in set_stencil_compare_mask_unchecked()
1781 (fns.v1_0.cmd_set_stencil_compare_mask)(self.handle(), faces.into(), compare_mask); in set_stencil_compare_mask_unchecked()
1783 let faces = ash::vk::StencilFaceFlags::from(faces); in set_stencil_compare_mask_unchecked() localVariable
1785 if faces.intersects(ash::vk::StencilFaceFlags::FRONT) { in set_stencil_compare_mask_unchecked()
[all …]
/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/
DCelebrityRecognitionAnnotation.java82 * and other detected faces in the video.
98 * and other detected faces in the video.
115 * and other detected faces in the video.
130 * and other detected faces in the video.
145 * and other detected faces in the video.
590 * and other detected faces in the video.
609 * and other detected faces in the video.
627 * and other detected faces in the video.
646 * and other detected faces in the video.
671 * and other detected faces in the video.
[all …]
DCelebrityRecognitionAnnotationOrBuilder.java31 * and other detected faces in the video.
44 * and other detected faces in the video.
56 * and other detected faces in the video.
68 * and other detected faces in the video.
81 * and other detected faces in the video.
/external/rust/crates/vulkano/src/command_buffer/commands/
Ddynamic_state.rs1313 /// Sets the dynamic stencil compare mask on one or both faces for future draw calls.
1321 faces: StencilFaces, in set_stencil_compare_mask()
1324 self.validate_set_stencil_compare_mask(faces, compare_mask) in set_stencil_compare_mask()
1328 self.inner.set_stencil_compare_mask(faces, compare_mask); in set_stencil_compare_mask()
1336 faces: StencilFaces, in validate_set_stencil_compare_mask()
1342 faces.validate_device(self.device())?; in validate_set_stencil_compare_mask()
1357 /// Sets the dynamic stencil ops on one or both faces for future draw calls.
1368 faces: StencilFaces, in set_stencil_op()
1374 self.validate_set_stencil_op(faces, fail_op, pass_op, depth_fail_op, compare_op) in set_stencil_op()
1379 .set_stencil_op(faces, fail_op, pass_op, depth_fail_op, compare_op); in set_stencil_op()
[all …]
/external/deqp/modules/gles2/functional/
Des2fFboStateQueryTests.cpp193 const GLenum faces[] = {GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, in test() local
197 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(faces); ++ndx) in test()
198 glTexImage2D(faces[ndx], 0, GL_RGB, 64, 64, 0, GL_RGB, GL_UNSIGNED_BYTE, DE_NULL); in test()
201 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(faces); ++ndx) in test()
203 … glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, faces[ndx], textureID, 0); in test()
205 … GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE, faces[ndx]); in test()
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p4beta1/src/main/java/com/google/cloud/vision/v1p4beta1/
DFaceRecognitionParamsOrBuilder.java33 * specified, the algorithm will try to match the faces detected in the input
49 * specified, the algorithm will try to match the faces detected in the input
65 * specified, the algorithm will try to match the faces detected in the input
82 * specified, the algorithm will try to match the faces detected in the input
DFaceRecognitionParams.java81 * specified, the algorithm will try to match the faces detected in the input
99 * specified, the algorithm will try to match the faces detected in the input
117 * specified, the algorithm will try to match the faces detected in the input
136 * specified, the algorithm will try to match the faces detected in the input
529 * specified, the algorithm will try to match the faces detected in the input
547 * specified, the algorithm will try to match the faces detected in the input
565 * specified, the algorithm will try to match the faces detected in the input
584 * specified, the algorithm will try to match the faces detected in the input
603 * specified, the algorithm will try to match the faces detected in the input
629 * specified, the algorithm will try to match the faces detected in the input
[all …]
/external/rust/crates/vulkano/src/pipeline/graphics/
Drasterization.rs41 /// Specifies whether front faces or back faces should be discarded, or none, or both.
185 /// `cull_mode` lets you specify whether front faces should be discarded, back faces should be
192 /// The faces facing the front of the screen (ie. facing the user) will be removed.
195 /// The faces facing the back of the screen will be removed.
198 /// All faces will be removed.
/external/mesa3d/src/gallium/drivers/r300/
Dr300_render_stencilref.c29 * reference value into two draw calls -- the first one renders front faces
30 * and the second renders back faces with the other reference value.
53 /* Set drawing for front faces. */
71 /* Set drawing for back faces. */
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySubImage3D.hpp63 * c) 6 layer-faces, making up a single layer, should be replaced
65 * d) 6 layer-faces, making up two different layers (for instance: three
66 * last layer-faces of layer 1 and three first layer-faces of layer 2)
DesextcTextureCubeMapArraySubImage3D.cpp177 … /* 6 layer-faces, making up a single layer, should be replaced (glTexSubImage3D() only) */ in iterate()
185 … /* 6 layer-faces, making up two different layers (for instance: three last layer-faces of in iterate()
186 … layer 1 and three first layer-faces of layer 2) should be replaced (glTexSubImage3D() only) */ in iterate()
194 /* 6 layer-faces, making up a single layer, should be replaced (glTexSubImage3D() only), in iterate()
203 … /* 6 layer-faces, making up two different layers (for instance: three last layer-faces of in iterate()
204 … layer 1 and three first layer-faces of layer 2) should be replaced (glTexSubImage3D() only), in iterate()
/external/google-fonts/cutive-mono/
DMETADATA2 …iter typefaces, in particular the faces of IBM's 'Executive,' and the older 'Smith-Premier.' In Cu…
/external/mesa3d/include/android_stub/system/
Dcamera.h128 * faces in the preview frame. The detected faces may be the same as the
295 * The number of detected faces in the frame.
300 * An array of the detected faces. The length is number_of_faces.
302 camera_face_t *faces; member
/external/freetype/src/cache/
Dftcmanag.c324 FTC_MRULIST_LOOKUP_CMP( &manager->faces, face_id, ftc_face_node_compare, in FTC_Manager_LookupFace()
328 error = FTC_MruList_Lookup( &manager->faces, face_id, &mrunode ); in FTC_Manager_LookupFace()
391 FTC_MruList_Init( &manager->faces, in FTC_Manager_New()
443 /* discard faces and sizes */ in FTC_Manager_Done()
445 FTC_MruList_Done( &manager->faces ); in FTC_Manager_Done()
463 FTC_MruList_Reset( &manager->faces ); in FTC_Manager_Reset()
674 FTC_MruList_RemoveSelection( &manager->faces, in FTC_Manager_RemoveFaceID()
/external/harfbuzz_ng/src/
Dhb-face.cc48 * Font faces are typically built from a binary blob and a face index.
49 * Font faces are used to create fonts.
53 * multiple faces. For example, a binary blob that contains both a regular
54 * and a bold face can be used to create two font faces, one for each face
63 * Fetches the number of faces in a blob.
65 * Return value: Number of faces in @blob
114 * with faces created this way.
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSampleCompressedTextureTests.cpp79 const int FACES = 6; variable
83 return (cubemap ? static_cast<uint32_t>(FACES) : 1u); in getLayerCount()
322 for (int i = 0; i < FACES; i++) in iterate()
401 for (int i = 0; i < FACES; i++) in iterate()
416 for (int i = 0; i < FACES; i++) in iterate()
558 for (int face = 0; face < FACES; face++) in iterate()
587 for (int face = 0; face < FACES; face++) in iterate()
597 if (face < FACES - 1) in iterate()
657 … // The first pass draws pure red on the faces and the second pass redraws them with pure blue. in iterate()
875 * - If both samplers are enabled, draw compressed pure blue on the faces. Otherwise pure red. in createImageSampleDrawnTextureTests()
[all …]
/external/freetype/include/freetype/
Dftcid.h79 * This function only works with CID faces, returning an error
114 * This function only works with CID faces and OpenType fonts, returning
148 * This function only works with CID faces and OpenType fonts, returning
/external/skia/site/docs/dev/design/raster_tragedy/
D_index.md105 In metal type a type designer will draw out on paper the design for the faces of the final
107 different sizes look quite different (like Display and Text faces of the same family). Then a
109 out these faces. The punch is used to create a negative in a softer piece of metal forming a
122 a larger size and linearly scaling it down. The type designer will draw out the faces with this
132 instructions about how the faces should look at various sizes. However, not all fonts have or
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p4beta1/src/main/proto/google/cloud/vision/v1p4beta1/
Dface.proto34 // specified, the algorithm will try to match the faces detected in the input
39 // A Celebrity is a group of Faces with an identity.
/external/googleapis/google/cloud/vision/v1p4beta1/
Dface.proto34 // specified, the algorithm will try to match the faces detected in the input
39 // A Celebrity is a group of Faces with an identity.
/external/mesa3d/src/mesa/main/
Dteximage.h42 /** Is the given value one of the 6 cube faces? */
52 * Return number of faces for a texture target. This will be 6 for
90 * For cube map faces, return a face index in [0,5].
/external/neven/Embedded/common/src/b_APIEm/
DBFFaceFinder.h47 /* number of detected faces in last call of multiProcess in face data buffer */
50 /* number of available faces in last call of multiProcess in face data buffer */
156 * returns number of faces detected
239 /** Multiple face processing function; returns number of faces detected

12345678910>>...13