OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pp_buffer
(Results
1 - 3
of
3
) sorted by null
/device/google/marlin/camera/QCamera2/HAL3/
QCamera3PostProc.cpp
565
qcamera_hal3_pp_buffer_t *
pp_buffer
= (qcamera_hal3_pp_buffer_t *)malloc(
local
567
if (NULL ==
pp_buffer
) {
571
memset(
pp_buffer
, 0, sizeof(*
pp_buffer
));
572
pp_buffer
->input = input;
573
pp_buffer
->output = output;
574
pp_buffer
->frameNumber = frameNumber;
575
m_inputPPQ.enqueue((void *)
pp_buffer
);
1872
qcamera_hal3_
pp_buffer
_t *
pp_buffer
=
local
[
all
...]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3PostProc.cpp
574
qcamera_hal3_pp_buffer_t *
pp_buffer
= (qcamera_hal3_pp_buffer_t *)malloc(
local
576
if (NULL ==
pp_buffer
) {
580
memset(
pp_buffer
, 0, sizeof(*
pp_buffer
));
581
pp_buffer
->input = input;
582
pp_buffer
->output = output;
583
pp_buffer
->frameNumber = frameNumber;
584
m_inputPPQ.enqueue((void *)
pp_buffer
);
2163
qcamera_hal3_
pp_buffer
_t *
pp_buffer
=
local
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
pretty-print.h
281
sprintf (
pp_buffer
(PP)->digit_buffer, FORMAT, SCALAR); \
282
pp_string (PP,
pp_buffer
(PP)->digit_buffer); \
299
#define
pp_buffer
(PP) pp_base (PP)->buffer
macro
Completed in 403 milliseconds