Lines Matching refs:format
681 if (frames_ctx->format == AV_PIX_FMT_CUDA)
684 else if (frames_ctx->format == AV_PIX_FMT_D3D11)
1550 ctx->surfaces[idx].format = nvenc_map_buffer_format(ctx->data_pix_fmt);
1551 if (ctx->surfaces[idx].format == NV_ENC_BUFFER_FORMAT_UNDEFINED) {
1552 av_log(avctx, AV_LOG_FATAL, "Invalid input pixel format: %s\n",
1560 allocSurf.bufferFmt = ctx->surfaces[idx].format;
1754 if (frames_ctx->format != avctx->pix_fmt) {
1811 if (frame->format == AV_PIX_FMT_YUV420P)
1814 ret = av_image_fill_pointers(dst_data, frame->format, nv_surface->height,
1819 if (frame->format == AV_PIX_FMT_YUV420P)
1823 (const uint8_t**)frame->data, frame->linesize, frame->format,
1900 av_log(avctx, AV_LOG_FATAL, "Invalid input pixel format: %s\n",
1952 nvenc_frame->format = ctx->registered_frames[reg_idx].in_map.mappedBufferFmt;
2402 pic_params.bufferFmt = in_surf->format;