Home | History | Annotate | Download | only in camera

Lines Matching refs:camera_memory

869                 (camera_preview_histogram_info*) mHistServer.camera_memory[event->e.stats_histo.index]->data;
2548 heap->camera_memory[i] = mGetMemory( heap->fd[i], buf_len, 1, (void *)this);
2550 if (heap->camera_memory[i] == NULL ) {
2557 cache_inv_data.vaddr = (void*) heap->camera_memory[i]->data;
2575 frame->buffer = (uint32_t) heap->camera_memory[i]->data;
2608 ALOGV("heap->fd[%d] =%d, camera_memory=%p", i, heap->fd[i], heap->camera_memory[i]);
2624 if(heap->camera_memory[i] != NULL) {
2625 heap->camera_memory[i]->release( heap->camera_memory[i] );
2626 heap->camera_memory[i] = NULL;
2629 i, heap->camera_memory[i], heap->fd[i]);