HomeSort by relevance Sort by last modified time
    Searched refs:mRequestMemory (Results 1 - 4 of 4) sorted by null

  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 102 picture = mRequestMemory(-1, jpeg_size + exif_section->Size, 1, NULL);
110 picture = mRequestMemory(-1, jpeg_size, 1, NULL);
225 mRequestMemory = get_memory;
428 camera_memory_t *tmpBuffer = mRequestMemory(-1, 1, 1, NULL);
760 picture = mRequestMemory(-1, size, 1, NULL);
765 picture = mRequestMemory(-1, frame->mLength, 1, NULL);
868 if ( NULL == mRequestMemory ) {
878 camera_memory_t *dummyRaw = mRequestMemory(-1, 1, 1, NULL);
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 103 picture = mRequestMemory(-1, jpeg_size + exif_section->Size, 1, NULL);
111 picture = mRequestMemory(-1, jpeg_size, 1, NULL);
217 mRequestMemory = get_memory;
416 camera_memory_t *tmpBuffer = mRequestMemory(-1, 1, 1, NULL);
703 picture = mRequestMemory(-1, frame->mLength, 1, NULL);
803 if ( NULL == mRequestMemory ) {
813 camera_memory_t *dummyRaw = mRequestMemory(-1, 1, 1, NULL);
    [all...]
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 771 camera_request_memory mRequestMemory;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 634 camera_request_memory mRequestMemory;
    [all...]

Completed in 234 milliseconds