Home
last modified time | relevance | path

Searched refs:StreamAttributeCIF (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/camera/hal_c/include/
Dcamera_types_c_if.h96 typedef struct StreamAttributeCIF { struct
133 } StreamAttributeCIF; argument
Dstream_operator_c_if.h48 int (*GetStreamAttributes)(StreamAttributeCIF** attributes, int* count);
/drivers/peripheral/camera/hal_c/hdi_cif/src/
Dstream_operator.cpp158 StreamAttributeCIF* sa = nullptr; in GetStreamAttributes()