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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
meye.h 38 unsigned char subsample; member in struct:meye_params
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
meye.h 38 unsigned char subsample; member in struct:meye_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
meye.h 38 unsigned char subsample; member in struct:meye_params
  /external/chromium_org/media/cdm/
aes_decryptor.cc 111 const SubsampleEntry& subsample = subsamples[i]; local
113 src += subsample.clear_bytes;
115 dst += subsample.clear_bytes;
117 memcpy(dst, src, subsample.cypher_bytes);
118 src += subsample.cypher_bytes;
119 dst += subsample.cypher_bytes;
183 DVLOG(1) << "Subsample sizes do not equal input size";
194 // such that an encrypted subsample that ends away from a block boundary is
195 // immediately followed by the start of the next encrypted subsample. We
  /external/chromium_org/media/cdm/ppapi/
clear_key_cdm.cc 89 media::SubsampleEntry subsample; local
90 subsample.clear_bytes = input_buffer.subsamples[i].clear_bytes;
91 subsample.cypher_bytes = input_buffer.subsamples[i].cipher_bytes;
92 subsamples.push_back(subsample);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 3329 def subsample(self,x,y=''): member in class:PhotoImage
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 3329 def subsample(self,x,y=''): member in class:PhotoImage
    [all...]

Completed in 133 milliseconds