Searched refs:out_ctx (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | movenc_ttml.c | 32 static int mov_init_ttml_writer(MOVTrack *track, AVFormatContext **out_ctx) in mov_init_ttml_writer() argument 37 if ((ret = avformat_alloc_output_context2(out_ctx, NULL, in mov_init_ttml_writer() 41 if ((ret = avio_open_dyn_buf(&(*out_ctx)->pb)) < 0) in mov_init_ttml_writer() 44 if (!(ttml_stream = avformat_new_stream(*out_ctx, NULL))) { in mov_init_ttml_writer()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_sharpen_npp.c | 74 AVHWFramesContext *out_ctx, *in_ctx; in nppsharpen_config() local 88 out_ctx = (AVHWFramesContext*)s->frames_ctx->data; in nppsharpen_config() 89 out_ctx->format = AV_PIX_FMT_CUDA; in nppsharpen_config() 90 out_ctx->sw_format = in_ctx->sw_format; in nppsharpen_config() 91 out_ctx->width = FFALIGN(width, 32); in nppsharpen_config() 92 out_ctx->height = FFALIGN(height, 32); in nppsharpen_config()
|
H A D | vf_chromakey_cuda.c | 117 AVHWFramesContext *out_ctx; in init_hwframe_ctx() local 123 out_ctx = (AVHWFramesContext *)out_ref->data; in init_hwframe_ctx() 125 out_ctx->format = AV_PIX_FMT_CUDA; in init_hwframe_ctx() 126 out_ctx->sw_format = s->out_fmt; in init_hwframe_ctx() 127 out_ctx->width = width; in init_hwframe_ctx() 128 out_ctx->height = height; in init_hwframe_ctx()
|
H A D | vf_transpose_npp.c | 117 AVHWFramesContext *out_ctx; in init_stage() local 139 out_ctx = (AVHWFramesContext*)out_ref->data; in init_stage() 141 out_ctx->format = AV_PIX_FMT_CUDA; in init_stage() 142 out_ctx->sw_format = stage->out_fmt; in init_stage() 143 out_ctx->width = FFALIGN(stage->planes_out[0].width, 32); in init_stage() 144 out_ctx->height = FFALIGN(stage->planes_out[0].height, 32); in init_stage()
|
H A D | vf_scale_cuda.c | 151 AVHWFramesContext *out_ctx; in init_hwframe_ctx() local 157 out_ctx = (AVHWFramesContext*)out_ref->data; in init_hwframe_ctx() 159 out_ctx->format = AV_PIX_FMT_CUDA; in init_hwframe_ctx() 160 out_ctx->sw_format = s->out_fmt; in init_hwframe_ctx() 161 out_ctx->width = FFALIGN(width, 32); in init_hwframe_ctx() 162 out_ctx->height = FFALIGN(height, 32); in init_hwframe_ctx()
|
H A D | vf_scale_npp.c | 438 AVHWFramesContext *out_ctx; in init_stage() local 466 out_ctx = (AVHWFramesContext*)out_ref->data; in init_stage() 468 out_ctx->format = AV_PIX_FMT_CUDA; in init_stage() 469 out_ctx->sw_format = stage->out_fmt; in init_stage() 470 out_ctx->width = FFALIGN(stage->planes_out[0].width, 32); in init_stage() 471 out_ctx->height = FFALIGN(stage->planes_out[0].height, 32); in init_stage()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 775 std::vector<wait_ctx> out_ctx(program->blocks.size(), wait_ctx(program)); in insert_wait_states() 807 changed |= ctx.join(&out_ctx[b], false); in insert_wait_states() 809 changed |= ctx.join(&out_ctx[b], true); in insert_wait_states() 819 out_ctx[current.index] = std::move(ctx); in insert_wait_states() 828 out_ctx[current.index] = std::move(ctx); in insert_wait_states()
|
Completed in 7 milliseconds