Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dhwcontext_vaapi.c475 AVVAAPIFramesContext *avfc = hwfc->hwctx; in vaapi_pool_alloc() local
481 avfc->nb_surfaces >= hwfc->initial_pool_size) in vaapi_pool_alloc()
506 av_assert0(avfc->nb_surfaces < hwfc->initial_pool_size); in vaapi_pool_alloc()
507 avfc->surface_ids[avfc->nb_surfaces] = surface_id; in vaapi_pool_alloc()
508 ++avfc->nb_surfaces; in vaapi_pool_alloc()
516 AVVAAPIFramesContext *avfc = hwfc->hwctx; in vaapi_frames_init() local
538 for (i = 0; i < avfc->nb_attributes; i++) { in vaapi_frames_init()
539 if (avfc->attributes[i].type == VASurfaceAttribMemoryType) in vaapi_frames_init()
541 if (avfc in vaapi_frames_init()
668 AVVAAPIFramesContext *avfc = hwfc->hwctx; vaapi_frames_uninit() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvaapi_decode.c356 AVVAAPIFramesContext *avfc = frames->hwctx; in vaapi_decode_find_best_format() local
363 avfc->attributes = &ctx->pixel_format_attribute; in vaapi_decode_find_best_format()
364 avfc->nb_attributes = 1; in vaapi_decode_find_best_format()

Completed in 3 milliseconds