HomeSort by relevance Sort by last modified time
    Searched full:subsample (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/native/include/media/hardware/
CryptoAPI.h 49 // Each subsample is encrypted w/ an iv of all zeroes.
53 struct SubSample {
81 const SubSample *subSamples, size_t numSubSamples,
  /frameworks/av/media/libmedia/
ICrypto.cpp 100 const CryptoPlugin::SubSample *subSamples, size_t numSubSamples,
131 data.write(subSamples, sizeof(CryptoPlugin::SubSample) * numSubSamples);
243 CryptoPlugin::SubSample *subSamples =
244 new CryptoPlugin::SubSample[numSubSamples];
248 sizeof(CryptoPlugin::SubSample) * numSubSamples);
  /frameworks/av/include/media/
ICrypto.h 50 const CryptoPlugin::SubSample *subSamples, size_t numSubSamples,
  /frameworks/av/media/libmediaplayerservice/
Crypto.h 54 const CryptoPlugin::SubSample *subSamples, size_t numSubSamples,
Crypto.cpp 241 const CryptoPlugin::SubSample *subSamples, size_t numSubSamples,
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 149 const SubSample *subSamples, size_t numSubSamples,
152 String8 subSamplesToString(CryptoPlugin::SubSample const *subSamples, size_t numSubSamples) const;
  /frameworks/base/media/jni/
android_media_MediaCodec.h 65 const CryptoPlugin::SubSample *subSamples,
android_media_MediaCodec.cpp 156 const CryptoPlugin::SubSample *subSamples,
561 CryptoPlugin::SubSample *subSamples = NULL;
589 subSamples = new CryptoPlugin::SubSample[numSubSamples];
  /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
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
pitch_f4.c 21 * 1/4 subsample resolution. *
114 * Search fractionnal pitch with 1/4 subsample resolution. *
119 step = 1; /* 1/4 subsample resolution */
123 step = 2; /* 1/2 subsample resolution */
  /frameworks/av/include/media/stagefright/
MediaCodec.h 84 const CryptoPlugin::SubSample *subSamples,
  /external/aac/libSBRdec/src/
sbrdec_drc.cpp 399 /* startSample is truncated to the nearest corresponding start subsample in
403 /* stopSample is rounded upwards to the nearest corresponding stop subsample
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_fr.h 51 Purpose : Find the pitch period with 1/3 or 1/6 subsample
137 Word16 *resu3, /* o : subsample resolution 1/3 (=1) or 1/6 (=0) */
pitch_fr.cpp 78 Purpose : Find the pitch period with 1/3 or 1/6 subsample
452 flag3 = subsample resolution (3: =1 / 6: =0) of type Word16
499 Word16 flag3 // i : subsample resolution
571 Word16 flag3, /* i : subsample resolution
1068 resu3 = pointer to subsample resolution of type Word16
1085 PURPOSE: Find the pitch period with 1/3 or 1/6 subsample resolution
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners)
260 if (m_quarter_resolution && subsample)
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);
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/
dbreg.cpp 252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners)
260 if (m_quarter_resolution && subsample)
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);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners)
260 if (m_quarter_resolution && subsample)
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);
  /frameworks/base/docs/html/training/displaying-bitmaps/
load-bitmap.jd 94 <p>To tell the decoder to subsample the image, loading a smaller version into memory, set {@link
  /frameworks/base/media/java/android/media/
MediaCodec.java 351 * each subSample starts with a (potentially empty) run of plain,
379 * The number of leading unencrypted bytes in each subSample.
383 * The number of trailing encrypted bytes in each subSample.
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 230 const CryptoPlugin::SubSample *subSamples,
    [all...]

Completed in 1076 milliseconds

1 2