Home
last modified time | relevance | path

Searched refs:p_frame (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dfic.c39 int p_frame; member
196 tctx->block, &tctx->p_frame)) != 0) in fic_decode_slice()
412 if (ctx->slice_data[slice].p_frame) { in fic_decode_frame()
H A Divi.c1093 av_frame_move_ref(frame, ctx->p_frame); in ff_ivi_decode_frame()
1184 av_frame_unref(ctx->p_frame); in ff_ivi_decode_frame()
1185 ff_ivi_decode_frame(avctx, ctx->p_frame, &ctx->got_p_frame, &pkt); in ff_ivi_decode_frame()
1223 av_frame_free(&ctx->p_frame); in ff_ivi_decode_close()
H A Divi.h269 AVFrame *p_frame; member
H A Dindeo4.c698 ctx->p_frame = av_frame_alloc(); in decode_init()
699 if (!ctx->p_frame) in decode_init()
/third_party/glfw/examples/
H A Dparticles.c93 int p_frame; // Particle physics frame number member
458 thread_sync.p_frame <= thread_sync.d_frame) in draw_particles()
911 thread_sync.p_frame > thread_sync.d_frame) in physics_thread_main()
928 thread_sync.p_frame++; in physics_thread_main()
1044 thread_sync.p_frame = 0; in main()

Completed in 10 milliseconds