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

  /bionic/libc/kernel/uapi/linux/
meye.h 22 unsigned char subsample; member in struct:meye_params
  /development/ndk/platforms/android-L/include/linux/
meye.h 22 unsigned char subsample; member in struct:meye_params
  /external/kernel-headers/original/uapi/linux/
meye.h 38 unsigned char subsample; member in struct:meye_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/linux/
meye.h 38 unsigned char subsample; member in struct:meye_params
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
meye.h 22 unsigned char subsample; member in struct:meye_params
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
meye.h 22 unsigned char subsample; member in struct:meye_params
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
meye.h 22 unsigned char subsample; member in struct:meye_params
  /external/chromium_org/media/cdm/
aes_decryptor.cc 115 const SubsampleEntry& subsample = subsamples[i]; local
117 src += subsample.clear_bytes;
119 dst += subsample.clear_bytes;
121 memcpy(dst, src, subsample.cypher_bytes);
122 src += subsample.cypher_bytes;
123 dst += subsample.cypher_bytes;
184 DVLOG(1) << "Subsample sizes do not equal input size";
195 // such that an encrypted subsample that ends away from a block boundary is
196 // immediately followed by the start of the next encrypted subsample. We
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
clear_key_cdm.cc 110 media::SubsampleEntry subsample; local
111 subsample.clear_bytes = input_buffer.subsamples[i].clear_bytes;
112 subsample.cypher_bytes = input_buffer.subsamples[i].cipher_bytes;
113 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 1253 milliseconds