Searched refs:out_buf (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifilogger_diag.cpp | 134 u8 out_buf[SCAN_CAP_ENTRY_SIZE]; in process_log_extscan_capabilities() local 137 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_log_extscan_capabilities() 231 u8 out_buf[RING_BUF_ENTRY_SIZE]; in process_bt_coex_scan_event() local 234 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_bt_coex_scan_event() 285 u8 out_buf[RING_BUF_ENTRY_SIZE]; in process_bt_coex_event() local 291 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_bt_coex_event() 405 u8 out_buf[RING_BUF_ENTRY_SIZE]; in process_extscan_event() local 408 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_extscan_event() 547 u8 out_buf[RING_BUF_ENTRY_SIZE]; in process_addba_success_event() local 552 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_addba_success_event() [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraPostProc.h | 236 static int getJpegMemory(omx_jpeg_ouput_buf_t *out_buf); 237 static int releaseJpegMemory(omx_jpeg_ouput_buf_t *out_buf);
|
D | QCameraPostProc.cpp | 3705 int QCameraPostProcessor::getJpegMemory(omx_jpeg_ouput_buf_t *out_buf) in getJpegMemory() argument 3707 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() argument 3732 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 …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_main_menu.c | 317 int out_buf = INVALID_KEY_PRESS; in keypress_to_event() local 320 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()
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | qseecom.h | 135 uint8_t * out_buf; member
|
/hardware/qcom/msm8x09/kernel-headers/linux/ |
D | qseecom.h | 135 uint8_t * out_buf; member
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | qseecom.h | 186 uint8_t *out_buf; member
|
/hardware/qcom/msm8x09/original-kernel-headers/ |
D | qseecom.h | 186 uint8_t *out_buf; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | qseecom.h | 186 uint8_t *out_buf; member
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | qseecom.h | 135 uint8_t * out_buf; member
|
/hardware/qcom/camera/msm8998/usbcamcore/src/ |
D | QualcommUsbCamera.cpp | 119 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht); 718 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht) in convert_YUYV_to_420_NV12() argument 728 out_buf[row * wd + col / 2] = in_buf[row * wd * 2 + col]; in convert_YUYV_to_420_NV12() 735 out_buf[uv_row * wd + col / 2]= in_buf[row * wd * 2 + col + 2]; in convert_YUYV_to_420_NV12() 736 out_buf[uv_row * wd + col / 2 + 1] = in_buf[row * wd * 2 + col]; in convert_YUYV_to_420_NV12()
|