OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:camera2_frame_queue_dst_ops_t
(Results
1 - 7
of
7
) sorted by null
/hardware/libhardware/tests/camera2/
camera2_utils.h
41
public
camera2_frame_queue_dst_ops_t
{
51
const
camera2_frame_queue_dst_ops_t
* getToProducerInterface();
84
static MetadataQueue* getInstance(const
camera2_frame_queue_dst_ops_t
*q);
95
static int producer_dequeue(const
camera2_frame_queue_dst_ops_t
*q,
99
static int producer_cancel(const
camera2_frame_queue_dst_ops_t
*q,
102
static int producer_enqueue(const
camera2_frame_queue_dst_ops_t
*q,
camera2_utils.cpp
64
const
camera2_frame_queue_dst_ops_t
* MetadataQueue::getToProducerInterface() {
65
return static_cast<
camera2_frame_queue_dst_ops_t
*>(this);
194
const
camera2_frame_queue_dst_ops_t
*q) {
217
int MetadataQueue::producer_dequeue(const
camera2_frame_queue_dst_ops_t
* /* q */,
227
int MetadataQueue::producer_cancel(const
camera2_frame_queue_dst_ops_t
* /* q */,
233
int MetadataQueue::producer_enqueue(const
camera2_frame_queue_dst_ops_t
*q,
/device/moto/shamu/camera/QCamera/HAL2/wrapper/
QualcommCamera.h
54
const
camera2_frame_queue_dst_ops_t
*frame_dst_ops);
QualcommCamera.cpp
231
const
camera2_frame_queue_dst_ops_t
*frame_dst_ops)
/device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI.cpp
340
const
camera2_frame_queue_dst_ops_t
*frame_dst_ops)
/hardware/libhardware/include/hardware/
camera2.h
287
}
camera2_frame_queue_dst_ops_t
;
typedef in typeref:struct:camera2_frame_queue_dst_ops
550
const
camera2_frame_queue_dst_ops_t
*frame_dst_ops);
[
all
...]
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h
203
int set_frame_queue_dst_ops(const
camera2_frame_queue_dst_ops_t
*frame_dst_ops);
Completed in 149 milliseconds