Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp1924 AVOutputFormat* fmt_; member
1949 if (!(fmt_->flags & AVFMT_NOFILE) && oc_->pb) in close()
2076 fmt_ = 0; in open()
2082 fmt_ = av_guess_format(NULL, fileName, NULL); in open()
2084 fmt_ = guess_format(NULL, fileName, NULL); in open()
2086 if (!fmt_) in open()
2101 oc_->oformat = fmt_; in open()
2134 if (!(fmt_->flags & AVFMT_NOFILE)) in open()
/external/vixl/src/vixl/a64/
Ddebugger-a64.cc217 Format(const char* fmt, char type_code) : fmt_(fmt), type_code_(type_code) {} in Format()
224 fprintf(out, fmt_, value); in PrintData()
229 const char* fmt_; member in vixl::Format
1077 fprintf(out, "[Format %c%u - %s]", type_code_, size, fmt_); in Print()
/external/compiler-rt/lib/dfsan/
Ddfsan_custom.cc887 Formatter(char *str_, const char *fmt_, size_t size_) in Formatter()
888 : str(str_), str_off(0), size(size_), fmt_start(fmt_), fmt_cur(fmt_), in Formatter()