OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roiPtrA
(Results
1 - 6
of
6
) sorted by null
/external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.h
135
* If
roiPtrA
is NULL, the whole image is considered for processsing
136
* otherwise *
roiPtrA
specifies a section of the original image to which
151
const struct bts_Int16Rect*
roiPtrA
,
168
* If
roiPtrA
is NULL, the whole image is considered for processsing
169
* otherwise *
roiPtrA
specifies a section of the original image to which
180
const struct bts_Int16Rect*
roiPtrA
);
BFFaceFinder.c
238
const struct bts_Int16Rect*
roiPtrA
,
258
bbf_ScanDetector_process( cpA, ( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA, imageHeightA,
roiPtrA
, &outArrL );
297
const struct bts_Int16Rect*
roiPtrA
)
300
ptrL->detectedFacesE = bbf_ScanDetector_process( cpA, ( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA, imageHeightA,
roiPtrA
, &ptrL->faceDataBufferE );
/external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.h
171
* If
roiPtrA
is NULL, the whole image is considered for processsing
172
* otherwise *
roiPtrA
specifies a section of the original image to which
183
const struct bts_Int16Rect*
roiPtrA
,
Scanner.c
140
void bbf_Scanner_copyImage( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, const void* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bts_Int16Rect*
roiPtrA
)
142
bbs_DEF_fNameL( "void bbf_Scanner_copyImage( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, const struct bim_UInt16ByteImage* imagePtrA, const struct bts_Int16Rect*
roiPtrA
)" )
151
if(
roiPtrA
== 0 )
173
const uint8* srcL = ( uint8* )imagePtrA +
roiPtrA
->y1E * imageWidthA +
roiPtrA
->x1E;
176
if(
roiPtrA
->x2E <=
roiPtrA
->x1E ||
roiPtrA
->y2E <=
roiPtrA
->y1E )
181
if(
roiPtrA
->x1E < 0 || roiPtrA->y1E < 0 || roiPtrA->x2E > ( int32 )imageWidthA || roiPtrA->y2E > ( int32 )ima (…)
[
all
...]
Scanner.h
242
* If
roiPtrA
is NULL, the whole image is considered for processsing
243
* otherwise *
roiPtrA
specifies a section of the original image to which
253
const struct bts_Int16Rect*
roiPtrA
,
ScanDetector.c
302
const struct bts_Int16Rect*
roiPtrA
,
335
bbf_Scanner_assign( cpA, scannerPtrL, imagePtrA, imageWidthA, imageHeightA,
roiPtrA
, &ptrA->bitParamArrE[ 0 ] );
Completed in 45 milliseconds