Home
last modified time | relevance | path

Searched refs:video (Results 1 – 24 of 24) sorted by relevance

/device/lge/mako/camera/
DQCameraHWI_Record.cpp233 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 …]
DQCameraStream.cpp167 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()
DQCameraHWI_Still.cpp1428 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/
DQCameraHWI_Record.cpp234 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 …]
DQCameraStream.cpp166 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()
DQCameraHWI.cpp1491 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/
Dmm_camera_channel.c84 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 …]
Dmm_camera_interface2.h126 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
Dmm_camera_notify.c640 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()
Dmm_camera.h160 mm_camera_stream_t video; member
176 mm_camera_ch_video_t video; member
/device/asus/grouper/
Dsystem.prop19 persist.tegra.didim.video = 5
/device/asus/tilapia/
Dsystem.prop19 persist.tegra.didim.video = 5
/device/asus/flo/
Dueventd.flo.rc31 /dev/video* 0660 system camera
Dinit.flo.rc81 # Remove write permissions to video related nodes
/device/lge/hammerhead/
Dueventd.hammerhead.rc5 /dev/video* 0660 system camera
Dinit.hammerhead.rc81 mkdir /dev/video
82 symlink /dev/video32 /dev/video/venus_dec
83 symlink /dev/video33 /dev/video/venus_enc
/device/lge/mako/
Dueventd.mako.rc33 /dev/video* 0660 system camera
Dinit.mako.rc91 # Remove write permissions to video related nodes
/device/moto/shamu/
Dueventd.shamu.rc5 /dev/video* 0660 system camera
Dinit.shamu.rc168 #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/
Dfile_contexts57 /dev/video([0-9])+ u:object_r:camera_device:s0
/device/asus/flo/sepolicy/
Dfile_contexts69 /dev/video([0-9])+ u:object_r:camera_device:s0
/device/lge/hammerhead/sepolicy/
Dfile_contexts69 /dev/video([0-9])+ u:object_r:camera_device:s0
/device/asus/deb/
Dinit.deb.rc81 # Remove write permissions to video related nodes