Searched refs:out_buf (Results 1 – 9 of 9) sorted by relevance
153 struct fimc_buffer out_buf; member
136 u8 out_buf[SCAN_CAP_ENTRY_SIZE]; in process_log_extscan_capabilities() local139 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_log_extscan_capabilities()233 u8 out_buf[RING_BUF_ENTRY_SIZE]; in process_bt_coex_scan_event() local236 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_bt_coex_scan_event()287 u8 out_buf[RING_BUF_ENTRY_SIZE]; in process_bt_coex_event() local293 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_bt_coex_event()407 u8 out_buf[RING_BUF_ENTRY_SIZE]; in process_extscan_event() local410 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_extscan_event()549 u8 out_buf[RING_BUF_ENTRY_SIZE]; in process_addba_success_event() local554 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_addba_success_event()[all …]
236 static int getJpegMemory(omx_jpeg_ouput_buf_t *out_buf);237 static int releaseJpegMemory(omx_jpeg_ouput_buf_t *out_buf);
3705 int QCameraPostProcessor::getJpegMemory(omx_jpeg_ouput_buf_t *out_buf) in getJpegMemory() argument3707 LOGH("Allocating jpeg out buffer of size: %d", out_buf->size); in getJpegMemory()3708 QCameraPostProcessor *procInst = (QCameraPostProcessor *) out_buf->handle; in getJpegMemory()3709 camera_memory_t *cam_mem = procInst->m_parent->mGetMemory(out_buf->fd, out_buf->size, 1U, in getJpegMemory()3711 out_buf->mem_hdl = cam_mem; in getJpegMemory()3712 out_buf->vaddr = cam_mem->data; in getJpegMemory()3730 int QCameraPostProcessor::releaseJpegMemory(omx_jpeg_ouput_buf_t *out_buf) in releaseJpegMemory() argument3732 if (out_buf && out_buf->mem_hdl) { in releaseJpegMemory()3733 LOGD("releasing jpeg out buffer of size: %d", out_buf->size); in releaseJpegMemory()3734 camera_memory_t *cam_mem = (camera_memory_t*)out_buf->mem_hdl; in releaseJpegMemory()[all …]
135 uint8_t * out_buf; member
317 int out_buf = INVALID_KEY_PRESS; in keypress_to_event() local320 out_buf = tolower(keypress); in keypress_to_event()321 out_buf = out_buf - 'a'; in keypress_to_event()323 out_buf = (keypress - '0')+ ('z' - 'a'); in keypress_to_event()325 return out_buf; in keypress_to_event()
186 uint8_t *out_buf; member