Home | History | Annotate | Download | only in src

Lines Matching refs:camera_memory

834                 (camera_preview_histogram_info*) mHistServer.camera_memory[event->e.stats_histo.index]->data;
2369 heap->camera_memory[i] = mGetMemory( heap->fd[i], buf_len, 1, (void *)this);
2371 if (heap->camera_memory[i] == NULL ) {
2381 frame->buffer = (uint32_t) heap->camera_memory[i]->data;
2414 LOGE("heap->fd[%d] =%d, camera_memory=%p", i, heap->fd[i], heap->camera_memory[i]);
2431 if(heap->camera_memory[i] != NULL) {
2432 heap->camera_memory[i]->release( heap->camera_memory[i] );
2433 heap->camera_memory[i] = NULL;
2436 i, heap->camera_memory[i], heap->fd[i]);