Home
last modified time | relevance | path

Searched refs:out_buf (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger_diag.cpp121 u8 out_buf[SCAN_CAP_ENTRY_SIZE]; in process_log_extscan_capabilities() local
124 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_log_extscan_capabilities()
217 u8 out_buf[RING_BUF_ENTRY_SIZE]; in process_bt_coex_scan_event() local
220 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_bt_coex_scan_event()
271 u8 out_buf[RING_BUF_ENTRY_SIZE]; in process_bt_coex_event() local
277 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_bt_coex_event()
391 u8 out_buf[RING_BUF_ENTRY_SIZE]; in process_extscan_event() local
394 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_extscan_event()
533 u8 out_buf[RING_BUF_ENTRY_SIZE]; in process_addba_success_event() local
538 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_addba_success_event()
[all …]
/hardware/intel/common/utils/ISV/include/
Disv_worker.h151 … status_t writeNV12(int width, int height, unsigned char *out_buf, int y_pitch, int uv_pitch);
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_main_menu.c275 int out_buf = INVALID_KEY_PRESS; in keypress_to_event() local
278 out_buf = tolower(keypress); in keypress_to_event()
279 out_buf = out_buf - 'a'; in keypress_to_event()
281 out_buf = keypress - '0'; in keypress_to_event()
283 return out_buf; in keypress_to_event()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraPostProc.h178 static int getJpegMemory(omx_jpeg_ouput_buf_t *out_buf);
DQCameraPostProc.cpp2939 int QCameraPostProcessor::getJpegMemory(omx_jpeg_ouput_buf_t *out_buf) in getJpegMemory() argument
2941 CDBG_HIGH("%s: Allocating jpeg out buffer of size: %d", __func__, out_buf->size); in getJpegMemory()
2942 QCameraPostProcessor *procInst = (QCameraPostProcessor *) out_buf->handle; in getJpegMemory()
2943 camera_memory_t *cam_mem = procInst->m_parent->mGetMemory(out_buf->fd, out_buf->size, 1U, in getJpegMemory()
2945 out_buf->mem_hdl = cam_mem; in getJpegMemory()
2946 out_buf->vaddr = cam_mem->data; in getJpegMemory()
/hardware/intel/common/utils/ISV/base/
Disv_worker.cpp998 status_t ISVWorker::writeNV12(int width, int height, unsigned char *out_buf, int y_pitch, int uv_pi… in writeNV12() argument
1010 if (out_buf == NULL) in writeNV12()
1024 y_start = out_buf; in writeNV12()
1031 uv_start = out_buf + uv_pitch * height; in writeNV12()