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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Deval.h37 * @param const_name NULL terminated array of zero terminated strings of constant identifers for example {"PI", "E", 0}
41 * @param const_value a zero terminated array of values for the identifers from const_name
45 double ff_eval2(const char *s, const double *const_value, const char * const *const_name,
57 * @param const_name NULL terminated array of zero terminated strings of constant identifers for example {"PI", "E", 0}
64 AVEvalExpr * ff_parse(const char *s, const char * const *const_name,
70 * @param const_value a zero terminated array of values for the identifers from ff_parse const_name
H A Deval.c51 const char * const *const_name; // NULL terminated member in struct:Parser
209 for(i=0; p->const_name && p->const_name[i]; i++){
210 if(strmatch(p->s, p->const_name[i])){
211 p->s+= strlen(p->const_name[i]);
378 AVEvalExpr * ff_parse(const char *s, const char * const *const_name, argument
392 p.const_name = const_name;
415 double ff_eval2(const char *s, const double *const_value, const char * const *const_name, argument
419 AVEvalExpr * e = ff_parse(s, const_name, func
[all...]

Completed in 595 milliseconds