Home
last modified time | relevance | path

Searched refs:dump_type (Results 1 – 7 of 7) sorted by relevance

/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2065 mm_camera_buf_def_t *frame, uint32_t dump_type) in dumpFrameToFile() argument
2085 if((enabled & dump_type) && stream && frame) { in dumpFrameToFile()
2130 switch (dump_type) { in dumpFrameToFile()
2172 __func__, dump_type); in dumpFrameToFile()
DQCamera2HWI.h345 mm_camera_buf_def_t *frame, uint32_t dump_type);
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2065 mm_camera_buf_def_t *frame, uint32_t dump_type) in dumpFrameToFile() argument
2085 if((enabled & dump_type) && stream && frame) { in dumpFrameToFile()
2130 switch (dump_type) { in dumpFrameToFile()
2172 __func__, dump_type); in dumpFrameToFile()
DQCamera2HWI.h345 mm_camera_buf_def_t *frame, uint32_t dump_type);
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2716 mm_camera_buf_def_t *frame, uint32_t dump_type, const char *misc) in dumpFrameToFile() argument
2736 if((enabled & dump_type) && stream && frame) { in dumpFrameToFile()
2781 switch (dump_type) { in dumpFrameToFile()
2844 dump_type); in dumpFrameToFile()
DQCamera2HWI.h381 mm_camera_buf_def_t *frame, uint32_t dump_type, const char *misc = NULL);
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Channel.cpp498 cam_frame_len_offset_t offset, uint8_t dump_type) in dumpYUV() argument
506 if (mYUVDump & dump_type) { in dumpYUV()
527 switch (dump_type) { in dumpYUV()
549 LOGE("dumping not enabled for stream type %d",dump_type); in dumpYUV()