Searched refs:update_context (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/tools/ |
D | qt-faststart.c | 376 update_chunk_offsets_context_t update_context = { 0 }; in update_moov_atom() local 380 update_context.moov_atom_size = *moov_atom_size; in update_moov_atom() 386 &update_context) < 0) { in update_moov_atom() 390 if (!update_context.stco_overflow) { in update_moov_atom() 396 update_context.stco_offset_count * 8 - in update_moov_atom() 397 update_context.stco_data_size; in update_moov_atom()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_vignette.c | 158 static void update_context(VignetteContext *s, AVFilterLink *inlink, AVFrame *frame) in update_context() function 229 update_context(s, inlink, in); in filter_frame() 322 update_context(s, inlink, NULL); in config_props()
|
/third_party/ffmpeg/libswresample/x86/ |
D | resample.asm | 559 DEFINE_ARGS filter1, ctx, update_context, frac, index, dst, src 565 ; number of bytes; however, we only use the value if update_context
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-literals.cc | 521 DeprecationUpdateContext update_context(isolate); in CreateLiteralWithoutAllocationSite() local 522 RETURN_ON_EXCEPTION(isolate, DeepWalk(literal, &update_context), JSObject); in CreateLiteralWithoutAllocationSite()
|