Home
last modified time | relevance | path

Searched refs:video_mem (Results 1 – 9 of 9) sorted by relevance

/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1103 camera_memory_t *video_mem = NULL; in video_stream_cb_routine() local
1105 video_mem = videoMemObj->getMemory(frame->buf_idx, in video_stream_cb_routine()
1108 if (NULL != videoMemObj && NULL != video_mem) { in video_stream_cb_routine()
1116 cbArg.data = video_mem; in video_stream_cb_routine()
1127 camera_memory_t *video_mem = NULL; in video_stream_cb_routine() local
1131 video_mem = videoMemObj->getMemory(frame->buf_idx, true); in video_stream_cb_routine()
1132 if (video_mem != NULL) { in video_stream_cb_routine()
1134 (struct encoder_media_buffer_type *)video_mem->data; in video_stream_cb_routine()
1177 cbArg.data = video_mem; in video_stream_cb_routine()
DQCameraStream.cpp1039 camera_memory_t *video_mem = mStreamBatchBufs->getMemory(index, true); in bufDone() local
1040 if (video_mem != NULL) { in bufDone()
1042 (struct encoder_media_buffer_type *)video_mem->data; in bufDone()
DQCamera2HWI.cpp2073 QCameraVideoMemory *video_mem = new QCameraVideoMemory( in allocateStreamUserBuf() local
2075 video_mem->allocateMeta(streamInfo->num_bufs); in allocateStreamUserBuf()
2076 mem = static_cast<QCameraMemory *>(video_mem); in allocateStreamUserBuf()
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1103 camera_memory_t *video_mem = NULL; in video_stream_cb_routine() local
1105 video_mem = videoMemObj->getMemory(frame->buf_idx, in video_stream_cb_routine()
1108 if (NULL != videoMemObj && NULL != video_mem) { in video_stream_cb_routine()
1116 cbArg.data = video_mem; in video_stream_cb_routine()
1127 camera_memory_t *video_mem = NULL; in video_stream_cb_routine() local
1131 video_mem = videoMemObj->getMemory(frame->buf_idx, true); in video_stream_cb_routine()
1132 if (video_mem != NULL) { in video_stream_cb_routine()
1134 (struct encoder_media_buffer_type *)video_mem->data; in video_stream_cb_routine()
1177 cbArg.data = video_mem; in video_stream_cb_routine()
DQCameraStream.cpp1039 camera_memory_t *video_mem = mStreamBatchBufs->getMemory(index, true); in bufDone() local
1040 if (video_mem != NULL) { in bufDone()
1042 (struct encoder_media_buffer_type *)video_mem->data; in bufDone()
DQCamera2HWI.cpp2075 QCameraVideoMemory *video_mem = new QCameraVideoMemory( in allocateStreamUserBuf() local
2077 video_mem->allocateMeta(streamInfo->num_bufs); in allocateStreamUserBuf()
2078 mem = static_cast<QCameraMemory *>(video_mem); in allocateStreamUserBuf()
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1387 camera_memory_t *video_mem = NULL; in video_stream_cb_routine() local
1424 video_mem = NULL; in video_stream_cb_routine()
1426 video_mem = videoMemObj->getMemory(frame->buf_idx, in video_stream_cb_routine()
1449 video_mem = stream->mCurMetaMemory; in video_stream_cb_routine()
1451 if (video_mem == NULL || nh == NULL) { in video_stream_cb_routine()
1499 video_mem = NULL; in video_stream_cb_routine()
1503 video_mem = videoMemObj->getMemory(frame->buf_idx, true); in video_stream_cb_routine()
1550 if ((NULL != video_mem) && (triggerTCB == TRUE)) { in video_stream_cb_routine()
1557 cbArg.data = video_mem; in video_stream_cb_routine()
DQCameraMem.cpp1608 camera_memory_t *video_mem = NULL; in closeNativeHandle() local
1616 video_mem = getMemory(index, metadata); in closeNativeHandle()
1618 if (video_mem) { in closeNativeHandle()
1619 packet = (media_metadata_buffer *)video_mem->data; in closeNativeHandle()
DQCamera2HWI.cpp3166 QCameraVideoMemory *video_mem = new QCameraVideoMemory( in allocateStreamUserBuf() local
3168 if (video_mem == NULL) { in allocateStreamUserBuf()
3176 rc = video_mem->allocateMeta(streamInfo->num_bufs, in allocateStreamUserBuf()
3180 delete video_mem; in allocateStreamUserBuf()
3189 video_mem->setVideoInfo(usage, fmt); in allocateStreamUserBuf()
3190 mem = static_cast<QCameraMemory *>(video_mem); in allocateStreamUserBuf()
3191 mVideoMem = video_mem; in allocateStreamUserBuf()