HomeSort by relevance Sort by last modified time
    Searched defs:apply_filter (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
denoising.c 624 int apply_filter = 0; local
646 apply_filter = 1;
658 apply_filter = 1;
664 if (apply_filter) {
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 328 status_t getMetadata(bool update_only, bool apply_filter, Parcel *reply)
334 request.writeInt32(apply_filter);
618 bool apply_filter = static_cast<bool>(data.readInt32()); local
619 const status_t retcode = getMetadata(update_only, apply_filter, reply);
  /cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c 1405 struct sock_filter apply_filter[] = { local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 815 def apply_filter(self): # name of subwidget is same as command member in class:FileSelectBox
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 815 def apply_filter(self): # name of subwidget is same as command member in class:FileSelectBox
    [all...]

Completed in 252 milliseconds