OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptrin
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/driver/
rsdBcc.cpp
226
const uint8_t *
ptrIn
;
270
//ALOGE("usr ptr in %p, out %p", mtls->
ptrIn
, mtls->ptrOut);
273
p.in = mtls->
ptrIn
+ (mtls->yStrideIn * p.y);
299
//ALOGE("usr ptr in %p, out %p", mtls->
ptrIn
, mtls->ptrOut);
302
p.in = mtls->
ptrIn
+ (mtls->eStrideIn * xStart);
384
mtls.
ptrIn
= NULL;
387
mtls.
ptrIn
= (const uint8_t *)ain->getPtr();
426
p.in = mtls.
ptrIn
+ (mtls.eStrideIn * offset);
/external/jpeg/
jquant1.c
466
register JSAMPROW
ptrin
, ptrout;
local
473
ptrin
= input_buf[row];
478
pixcode += GETJSAMPLE(colorindex[ci][GETJSAMPLE(*
ptrin
++)]);
493
register JSAMPROW
ptrin
, ptrout;
local
502
ptrin
= input_buf[row];
505
pixcode = GETJSAMPLE(colorindex0[GETJSAMPLE(*
ptrin
++)]);
506
pixcode += GETJSAMPLE(colorindex1[GETJSAMPLE(*
ptrin
++)]);
507
pixcode += GETJSAMPLE(colorindex2[GETJSAMPLE(*
ptrin
++)]);
/external/qemu/distrib/jpeg-6b/
jquant1.c
466
register JSAMPROW
ptrin
, ptrout;
local
473
ptrin
= input_buf[row];
478
pixcode += GETJSAMPLE(colorindex[ci][GETJSAMPLE(*
ptrin
++)]);
493
register JSAMPROW
ptrin
, ptrout;
local
502
ptrin
= input_buf[row];
505
pixcode = GETJSAMPLE(colorindex0[GETJSAMPLE(*
ptrin
++)]);
506
pixcode += GETJSAMPLE(colorindex1[GETJSAMPLE(*
ptrin
++)]);
507
pixcode += GETJSAMPLE(colorindex2[GETJSAMPLE(*
ptrin
++)]);
Completed in 1114 milliseconds