Lines Matching defs:nullptr
113 static bool check_err(int err, const int silentList[] = nullptr) {
243 SWS_BILINEAR, nullptr, nullptr, nullptr);
263 if (fFormatCtx == nullptr) {
264 return nullptr;
298 (void)avcodec_send_packet(fDecoderCtx, nullptr); // signal to start draining
308 return nullptr;
320 fFrame = nullptr;
324 fDecoderCtx = nullptr;
328 fFormatCtx = nullptr;
333 fStreamCtx = nullptr;
336 fStream.reset(nullptr);
355 skstream_read_packet, nullptr, skstream_seek_packet);
369 int err = avformat_open_input(&fFormatCtx, nullptr, nullptr, nullptr);
393 if ((err = avcodec_open2(fDecoderCtx, codec, nullptr)) < 0) {