/device/lge/mako/camera/ |
D | QCameraHWI_Record.cpp | 233 if (mRecordBuf.video.video.buf.mp) in releaseEncodeBuffer() 234 delete[] mRecordBuf.video.video.buf.mp; in releaseEncodeBuffer() 259 releasedBuf.video.video.idx); in stop() 333 mHalCamCtrl->dumpFrameToFile(frame->video.video.frame, HAL_DUMP_FRM_VIDEO); in processRecordFrame() 339 nsecs_t timeStamp = nsecs_t(frame->video.video.frame->ts.tv_sec)*1000000000LL + \ in processRecordFrame() 340 frame->video.video.frame->ts.tv_nsec; in processRecordFrame() 343 mRecordedFrames[frame->video.video.idx] = *frame; in processRecordFrame() 348 ion_fd = frame->video.video.frame->ion_dev_fd; in processRecordFrame() 349 cache_inv_data.vaddr = (void *)frame->video.video.frame->buffer; in processRecordFrame() 350 cache_inv_data.fd = frame->video.video.frame->fd; in processRecordFrame() [all …]
|
D | QCameraStream.cpp | 167 fmt.video.video.fmt = CAMERA_YUV_420_NV12; //dim.enc_format; in initChannel() 168 fmt.video.video.dim.width = dim.video_width; in initChannel() 169 fmt.video.video.dim.height = dim.video_height; in initChannel() 285 fmt.video.video.fmt = CAMERA_YUV_420_NV21; //dim.enc_format; in setFormat() 286 fmt.video.video.dim.width = dim.video_width; in setFormat() 287 fmt.video.video.dim.height = dim.video_height; in setFormat()
|
D | QCameraHWI_Still.cpp | 1428 ALOGV("<DEBUG> Liveshot buffer idx:%d",frame->video.video.idx); in takePictureLiveshot() 1429 frame->snapshot.main.frame = frame->video.video.frame; in takePictureLiveshot() 1430 frame->snapshot.main.idx = frame->video.video.idx; in takePictureLiveshot() 1431 frame->snapshot.thumbnail.frame = frame->video.video.frame; in takePictureLiveshot() 1432 frame->snapshot.thumbnail.idx = frame->video.video.idx; in takePictureLiveshot() 1520 … dataCb(CAMERA_MSG_RAW_IMAGE, mHalCamCtrl->mRecordingMemory.camera_memory[frame->video.video.idx], in takePictureLiveshot()
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Record.cpp | 234 if (mRecordBuf.video.video.buf.mp) in releaseEncodeBuffer() 235 delete[] mRecordBuf.video.video.buf.mp; in releaseEncodeBuffer() 260 releasedBuf.video.video.idx); in stop() 334 mHalCamCtrl->dumpFrameToFile(frame->video.video.frame, HAL_DUMP_FRM_VIDEO); in processRecordFrame() 340 nsecs_t timeStamp = nsecs_t(frame->video.video.frame->ts.tv_sec)*1000000000LL + \ in processRecordFrame() 341 frame->video.video.frame->ts.tv_nsec; in processRecordFrame() 344 mRecordedFrames[frame->video.video.idx] = *frame; in processRecordFrame() 349 ion_fd = frame->video.video.frame->ion_dev_fd; in processRecordFrame() 350 cache_inv_data.vaddr = (void *)frame->video.video.frame->buffer; in processRecordFrame() 351 cache_inv_data.fd = frame->video.video.frame->fd; in processRecordFrame() [all …]
|
D | QCameraStream.cpp | 166 fmt.video.video.fmt = CAMERA_YUV_420_NV12; //dim.enc_format; in initChannel() 167 fmt.video.video.dim.width = dim.video_width; in initChannel() 168 fmt.video.video.dim.height = dim.video_height; in initChannel() 287 fmt.video.video.fmt = CAMERA_YUV_420_NV21; //dim.enc_format; in setFormat() 288 fmt.video.video.dim.width = dim.video_width; in setFormat() 289 fmt.video.video.dim.height = dim.video_height; in setFormat()
|
D | QCameraHWI.cpp | 1491 LOGE("<DEBUG> Liveshot buffer idx:%d",frame->video.video.idx); in liveshot_callback() 1501 frame->snapshot.main.frame = frame->video.video.frame; in liveshot_callback() 1502 frame->snapshot.main.idx = frame->video.video.idx; in liveshot_callback() 1503 frame->snapshot.thumbnail.frame = frame->video.video.frame; in liveshot_callback() 1504 frame->snapshot.thumbnail.idx = frame->video.video.idx; in liveshot_callback()
|
/device/lge/mako/camera/mm-camera-interface/ |
D | mm_camera_channel.c | 84 if(my_obj->ch[ch_type].video.has_main) { in mm_camera_ch_util_get_num_stream() 113 *stream1 = &my_obj->ch[ch_type].video.video; in mm_camera_ch_util_get_stream_objs() 114 if(my_obj->ch[ch_type].video.has_main) { in mm_camera_ch_util_get_stream_objs() 115 *stream2 = &my_obj->ch[ch_type].video.main; in mm_camera_ch_util_get_stream_objs() 148 stream1 = &my_obj->ch[ch_type].video.video; in mm_camera_ch_util_set_fmt() 149 fmt1 = &fmt->video.video; in mm_camera_ch_util_set_fmt() 150 if(my_obj->ch[ch_type].video.has_main) { in mm_camera_ch_util_set_fmt() 152 stream2 = &my_obj->ch[ch_type].video.main; in mm_camera_ch_util_set_fmt() 153 fmt2 = &fmt->video.main; in mm_camera_ch_util_set_fmt() 203 stream1 = &my_obj->ch[ch_type].video.video; in mm_camera_ch_util_acquire() [all …]
|
D | mm_camera_interface2.h | 126 mm_camera_image_fmt_t video; member 134 mm_camera_ch_image_fmt_video_t video; member 193 mm_camera_buf_def_t video; member 203 mm_camera_buf_video_t video; member 319 mm_camera_notify_frame_t video; member 332 mm_camera_notify_video_buf_t video; member
|
D | mm_camera_notify.c | 640 stream = &my_obj->ch[MM_CAMERA_CH_VIDEO].video.video; in mm_camera_read_video_frame() 651 data[cnt].video.main.frame = NULL; in mm_camera_read_video_frame() 652 data[cnt].video.main.idx = -1; in mm_camera_read_video_frame() 653 data[cnt].video.video.idx = idx; in mm_camera_read_video_frame() 654 data[cnt].video.video.frame = &my_obj->ch[MM_CAMERA_CH_VIDEO].video.video. in mm_camera_read_video_frame() 656 my_obj->ch[MM_CAMERA_CH_VIDEO].video.video.frame.ref_count[idx]++; in mm_camera_read_video_frame()
|
D | mm_camera.h | 160 mm_camera_stream_t video; member 176 mm_camera_ch_video_t video; member
|
/device/asus/grouper/ |
D | system.prop | 19 persist.tegra.didim.video = 5
|
/device/asus/tilapia/ |
D | system.prop | 19 persist.tegra.didim.video = 5
|
/device/asus/flo/ |
D | ueventd.flo.rc | 31 /dev/video* 0660 system camera
|
D | init.flo.rc | 81 # Remove write permissions to video related nodes
|
/device/lge/hammerhead/ |
D | ueventd.hammerhead.rc | 5 /dev/video* 0660 system camera
|
D | init.hammerhead.rc | 81 mkdir /dev/video 82 symlink /dev/video32 /dev/video/venus_dec 83 symlink /dev/video33 /dev/video/venus_enc
|
/device/lge/mako/ |
D | ueventd.mako.rc | 33 /dev/video* 0660 system camera
|
D | init.mako.rc | 91 # Remove write permissions to video related nodes
|
/device/moto/shamu/ |
D | ueventd.shamu.rc | 5 /dev/video* 0660 system camera
|
D | init.shamu.rc | 168 #readable symlinks for video nodes 169 mkdir /dev/video 170 symlink /dev/video32 /dev/video/venus_dec 171 symlink /dev/video33 /dev/video/venus_enc
|
/device/lge/mako/sepolicy/ |
D | file_contexts | 57 /dev/video([0-9])+ u:object_r:camera_device:s0
|
/device/asus/flo/sepolicy/ |
D | file_contexts | 69 /dev/video([0-9])+ u:object_r:camera_device:s0
|
/device/lge/hammerhead/sepolicy/ |
D | file_contexts | 69 /dev/video([0-9])+ u:object_r:camera_device:s0
|
/device/asus/deb/ |
D | init.deb.rc | 81 # Remove write permissions to video related nodes
|