Home | History | Annotate | Download | only in camera

Lines Matching refs:camera_memory

864                 (camera_preview_histogram_info*) mHistServer.camera_memory[event->e.stats_histo.index]->data;
2505 heap->camera_memory[i] = mGetMemory( heap->fd[i], buf_len, 1, (void *)this);
2507 if (heap->camera_memory
2514 cache_inv_data.vaddr = (void*) heap->camera_memory[i]->data;
2532 frame->buffer = (uint32_t) heap->camera_memory[i]->data;
2565 ALOGV("heap->fd[%d] =%d, camera_memory=%p", i, heap->fd[i], heap->camera_memory[i]);
2581 if(heap->camera_memory[i] != NULL) {
2582 heap->camera_memory[i]->release( heap->camera_memory[i] );
2583 heap->camera_memory[i] = NULL;
2586 i, heap->camera_memory[i], heap->fd[i]);