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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_eq2.c244 vf_eq2_t *eq2; local
248 eq2 = vf->priv;
250 if ((eq2->buf_w[0] != src->w) || (eq2->buf_h[0] != src->h)) {
251 eq2->buf_w[0] = src->w;
252 eq2->buf_h[0] = src->h;
253 eq2->buf_w[1] = eq2->buf_w[2] = src->w >> src->chroma_x_shift;
254 eq2->buf_h[1] = eq2
303 print_values(vf_eq2_t *eq2) argument
311 set_contrast(vf_eq2_t *eq2, double c) argument
321 set_brightness(vf_eq2_t *eq2, double b) argument
331 set_gamma(vf_eq2_t *eq2, double g) argument
352 set_saturation(vf_eq2_t *eq2, double s) argument
452 vf_eq2_t *eq2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dstrings.cpp372 wxString eq2 = wxT("AhH"); local
382 CPPUNIT_CNCEQ_ASSERT( s1, eq2 );
400 eq2.insert(1,1,'\0');
407 CPPUNIT_CNCEQ_ASSERT( s1, eq2 );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8978.c85 static const SOC_ENUM_SINGLE_DECL(eq2, WM8978_EQ2, 5, wm8978_eq2);
127 SOC_ENUM("EQ2 Cut Off", eq2),

Completed in 114 milliseconds