OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crcb_ptr
(Results
1 - 1
of
1
) sorted by null
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/
mm_lib2d_test.c
221
void *
crcb_ptr
= (uint8_t *)addr + crcb_offset;
local
223
printf("y_ptr=%p,
crcb_ptr
=%p \n", y_ptr,
crcb_ptr
);
231
i = fread(
crcb_ptr
, 1, crcb_size, fp);
271
void *
crcb_ptr
= (uint8_t *)addr + crcb_offset;
local
273
printf("y_ptr=%p,
crcb_ptr
=%p \n", y_ptr,
crcb_ptr
);
284
i = fread(
crcb_ptr
, 1, (input_yuv_stride * height / 2), fp);
293
i = fread(
crcb_ptr
, 1, input_yuv_stride, fp);
294
crcb_ptr
= (void *)((uint8_t *)crcb_ptr + y_plane_stride)
[
all
...]
Completed in 191 milliseconds