Home
last modified time | relevance | path

Searched refs:fmtd (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/usb/stkwebcam/
H A Dstk-webcam.c854 void *priv, struct v4l2_fmtdesc *fmtd) in stk_vidioc_enum_fmt_vid_cap() argument
856 switch (fmtd->index) { in stk_vidioc_enum_fmt_vid_cap()
858 fmtd->pixelformat = V4L2_PIX_FMT_RGB565; in stk_vidioc_enum_fmt_vid_cap()
861 fmtd->pixelformat = V4L2_PIX_FMT_RGB565X; in stk_vidioc_enum_fmt_vid_cap()
864 fmtd->pixelformat = V4L2_PIX_FMT_UYVY; in stk_vidioc_enum_fmt_vid_cap()
867 fmtd->pixelformat = V4L2_PIX_FMT_SBGGR8; in stk_vidioc_enum_fmt_vid_cap()
870 fmtd->pixelformat = V4L2_PIX_FMT_YUYV; in stk_vidioc_enum_fmt_vid_cap()
919 struct v4l2_format *fmtd, int *idx) in stk_try_fmt_vid_cap() argument
922 switch (fmtd->fmt.pix.pixelformat) { in stk_try_fmt_vid_cap()
933 if (fmtd->fmt.pix.width > stk_sizes[i].w) in stk_try_fmt_vid_cap()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcvstd.inl.hpp166 std::ostream& operator << (std::ostream& out, Ptr<Formatted> fmtd) in operator <<() argument
168 fmtd->reset(); in operator <<()
169 for(const char* str = fmtd->next(); str; str = fmtd->next()) in operator <<()
H A Doperations.hpp401 int print(Ptr<Formatted> fmtd, FILE* stream = stdout) in print() argument
404 fmtd->reset(); in print()
405 for(const char* str = fmtd->next(); str; str = fmtd->next()) in print()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcvstd.inl.hpp166 std::ostream& operator << (std::ostream& out, Ptr<Formatted> fmtd) in operator <<() argument
168 fmtd->reset(); in operator <<()
169 for(const char* str = fmtd->next(); str; str = fmtd->next()) in operator <<()
H A Doperations.hpp401 int print(Ptr<Formatted> fmtd, FILE* stream = stdout) in print() argument
404 fmtd->reset(); in print()
405 for(const char* str = fmtd->next(); str; str = fmtd->next()) in print()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcvstd.inl.hpp166 std::ostream& operator << (std::ostream& out, Ptr<Formatted> fmtd) in operator <<() argument
168 fmtd->reset(); in operator <<()
169 for(const char* str = fmtd->next(); str; str = fmtd->next()) in operator <<()
H A Doperations.hpp401 int print(Ptr<Formatted> fmtd, FILE* stream = stdout) in print() argument
404 fmtd->reset(); in print()
405 for(const char* str = fmtd->next(); str; str = fmtd->next()) in print()
/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dv4l2core.h34 TP_PROTO(struct v4l2_fmtdesc *fmtd, const char **descr),
35 TP_ARGS(fmtd, descr));
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dcore.hpp3041 String& operator << (String& out, Ptr<Formatted> fmtd) in operator <<() argument
3043 fmtd->reset(); in operator <<()
3044 for(const char* str = fmtd->next(); str; str = fmtd->next()) in operator <<()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dcore.hpp3041 String& operator << (String& out, Ptr<Formatted> fmtd) in operator <<() argument
3043 fmtd->reset(); in operator <<()
3044 for(const char* str = fmtd->next(); str; str = fmtd->next()) in operator <<()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dcore.hpp3041 String& operator << (String& out, Ptr<Formatted> fmtd) in operator <<() argument
3043 fmtd->reset(); in operator <<()
3044 for(const char* str = fmtd->next(); str; str = fmtd->next()) in operator <<()
/OK3568_Linux_fs/kernel/sound/usb/
H A Dquirks.c203 struct uac_format_type_i_discrete_descriptor *fmtd; in create_auto_pcm_quirk() local
228 fmtd = snd_usb_find_csint_desc(alts->extra, alts->extralen, NULL, in create_auto_pcm_quirk()
231 !fmtd || fmtd->bLength < 8) in create_auto_pcm_quirk()