Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dimage_diff_png.cc87 PngDecoderState(ColorFormat ofmt, std::vector<unsigned char>* o) in PngDecoderState() argument
88 : output_format(ofmt), in PngDecoderState()
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davformat.h2102 int avformat_query_codec(AVOutputFormat *ofmt, enum AVCodecID codec_id, int std_compliance);
/external/elfutils/src/
Dar.c1085 no0print (bool ofmt, char *buf, int bufsize, long int val) in no0print() argument
1088 snprintf (tmpbuf, sizeof (tmpbuf), ofmt ? "%-*lo" : "%-*ld", bufsize, val); in no0print()