Searched refs:AVS_Value (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davxsynth_c.h440 // AVS_Value
443 // Treat AVS_Value as a fat pointer. That is use avs_copy_value
444 // and avs_release_value appropiaty as you would if AVS_Value was
448 // avisynth_c API don't use the AVS_Value directly. Use the helper
451 // AVS_Value is layed out identicly to AVSValue
452 typedef struct AVS_Value AVS_Value; typedef in typeref:struct:AVS_Value
453 struct AVS_Value { struct
464 const AVS_Value * array;
468 // AVS_Value shoul
[all...]
H A Davisynth_c.h491 // AVS_Value
494 // Treat AVS_Value as a fat pointer. That is use avs_copy_value
495 // and avs_release_value appropiaty as you would if AVS_Value was
499 // avisynth_c API don't use the AVS_Value directly. Use the helper
502 // AVS_Value is layed out identicly to AVSValue
503 typedef struct AVS_Value AVS_Value; typedef in typeref:struct:AVS_Value
504 struct AVS_Value { struct
514 const AVS_Value * array;
518 // AVS_Value shoul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davisynth.c353 AVS_Value arg, val;
387 /* Release the AVS_Value as it will go out of scope. */

Completed in 81 milliseconds