/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);
|
/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...] |