HomeSort by relevance Sort by last modified time
    Searched defs:pp_buffer (Results 1 - 5 of 5) 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...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 533 qcamera_hal3_pp_buffer_t *pp_buffer = (qcamera_hal3_pp_buffer_t *)malloc( local
535 if (NULL == pp_buffer) {
539 memset(pp_buffer, 0, sizeof(*pp_buffer));
540 pp_buffer->input = input;
541 pp_buffer->output = output;
542 pp_buffer->frameNumber = frameNumber;
543 m_inputPPQ.enqueue((void *)pp_buffer);
1763 qcamera_hal3_pp_buffer_t *pp_buffer = local
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 533 qcamera_hal3_pp_buffer_t *pp_buffer = (qcamera_hal3_pp_buffer_t *)malloc( local
535 if (NULL == pp_buffer) {
539 memset(pp_buffer, 0, sizeof(*pp_buffer));
540 pp_buffer->input = input;
541 pp_buffer->output = output;
542 pp_buffer->frameNumber = frameNumber;
543 m_inputPPQ.enqueue((void *)pp_buffer);
1763 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 724 milliseconds