Home
last modified time | relevance | path

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

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