OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hdcr
(Results
1 - 5
of
5
) sorted by null
/external/neven/
FaceDetector_jni.cpp
71
static void getFaceData(btk_HDCR
hdcr
, FaceData* fdata)
75
btk_DCR_getNode(
hdcr
, 0, &leftEye);
76
btk_DCR_getNode(
hdcr
, 1, &rightEye);
81
fdata->confidence = (float)btk_DCR_confidence(
hdcr
) / (1 << 24);
185
btk_HDCR
hdcr
= (btk_HDCR)(_env->GetLongField(_this, gFaceDetectorOffsets.dcr));
local
186
btk_DCR_close(
hdcr
);
197
btk_HDCR
hdcr
= (btk_HDCR)(_env->GetLongField(_this, gFaceDetectorOffsets.dcr));
local
232
btk_DCR_assignGrayByteImage(
hdcr
, bwbuffer, width, height);
235
if (btk_FaceFinder_putDCR(hfd,
hdcr
) == btk_STATUS_OK) {
251
btk_HDCR
hdcr
= (btk_HDCR)(_env->GetLongField(_this, gFaceDetectorOffsets.dcr))
local
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch32/
arch_helpers.h
272
DEFINE_COPROCR_RW_FUNCS(
hdcr
,
HDCR
)
arch.h
196
/*
HDCR
definitions */
430
#define
HDCR
p15, 4, c1, c1, 1
/device/linaro/bootloader/arm-trusted-firmware/lib/el3_runtime/aarch32/
context_mgmt.c
259
* Initialise
HDCR
, setting all the fields rather than
262
*
HDCR
.HPMN: Set to value of PMCR.N which is the
/device/linaro/bootloader/arm-trusted-firmware/docs/
change-log.rst
240
- Debug registers MDCR-EL3/SDCR and MDCR_EL2/
HDCR
are initialised to avoid
[
all
...]
Completed in 215 milliseconds