HomeSort by relevance Sort by last modified time
    Searched refs:subsample (Results 1 - 13 of 13) 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 34 const SubsampleEntry& subsample = subsamples[i]; local
36 src += subsample.clear_bytes;
38 dst += subsample.clear_bytes;
40 memcpy(dst, src, subsample.cypher_bytes);
41 src += subsample.cypher_bytes;
42 dst += subsample.cypher_bytes;
100 DVLOG(1) << "Subsample sizes do not equal input size";
111 // such that an encrypted subsample that ends away from a block boundary is
112 // immediately followed by the start of the next encrypted subsample. We
  /external/chromium_org/media/cdm/ppapi/
clear_key_cdm.cc 87 media::SubsampleEntry subsample; local
88 subsample.clear_bytes = input_buffer.subsamples[i].clear_bytes;
89 subsample.cypher_bytes = input_buffer.subsamples[i].cipher_bytes;
90 subsamples.push_back(subsample);
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 257 * \param subsample boolean flag to control whether the function should internally subsample the provided image to the size provided in the Init() function.
259 int UpdateReference(const unsigned char * const * im, bool subsample = true, bool detect_corners = true);
dbreg.cpp 252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners)
260 if (m_quarter_resolution && subsample)
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbreg.h 257 * \param subsample boolean flag to control whether the function should internally subsample the provided image to the size provided in the Init() function.
259 int UpdateReference(const unsigned char * const * im, bool subsample = true, bool detect_corners = true);
dbreg.cpp 252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners)
260 if (m_quarter_resolution && subsample)
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 257 * \param subsample boolean flag to control whether the function should internally subsample the provided image to the size provided in the Init() function.
259 int UpdateReference(const unsigned char * const * im, bool subsample = true, bool detect_corners = true);
dbreg.cpp 252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners)
260 if (m_quarter_resolution && 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 395 milliseconds