Home
last modified time | relevance | path

Searched refs:fmtc (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextFFmpegDemuxer.h126 AVFormatContext *fmtc = NULL; member in FFmpegDemuxer
175 FFmpegDemuxer(AVFormatContext *fmtc_, FFMpegAPI* api_) : fmtc(fmtc_), api(api_) { in FFmpegDemuxer()
176 if (!fmtc) { in FFmpegDemuxer()
181 LOG(INFO) << "Media format: " << fmtc->iformat->long_name << " (" << fmtc->iformat->name << ")"; in FFmpegDemuxer()
183 ck(api->avformat_find_stream_info(fmtc, NULL)); in FFmpegDemuxer()
184 iVideoStream = api->av_find_best_stream(fmtc, AVMEDIA_TYPE_VIDEO, -1, -1, NULL, 0); in FFmpegDemuxer()
190 //fmtc->streams[iVideoStream]->need_parsing = AVSTREAM_PARSE_NONE; in FFmpegDemuxer()
191 eVideoCodec = fmtc->streams[iVideoStream]->codecpar->codec_id; in FFmpegDemuxer()
192 nWidth = fmtc in FFmpegDemuxer()
[all...]
/third_party/toybox/toys/pending/
H A Dawk.c3114 int k, nn, nnc, fmtc, holdc, cnt1 = 0, cnt2 = 0; in varprint() local
3131 fmtc = fmt[nnc+1]; in varprint()
3132 if (!fmtc) FFATAL("bad printf format '%s'", fmt); in varprint()
3140 nargsneeded -= fmtc == '%'; in varprint()
3154 if (fmtc == 's') { in varprint()
3156 } else if (fmtc == 'c' && !IS_NUM(&STACK[k])) { in varprint()
3164 if (strchr("cdiouxX", fmtc)) { in varprint()
3168 pfmt[nnc+2] = fmtc; in varprint()
3171 if (fmtc == 'c' && n > 0x10ffff) n = 0xfffd; // musl won't take larger "wchar" in varprint()
3174 if (fmtc in varprint()
[all...]

Completed in 7 milliseconds