Searched refs:to (Results 1 - 25 of 559) sorted by path

1234567891011>>

/frameworks/av/camera/cameraserver/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/av/camera/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/av/cmds/screenrecord/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c10 * Unless required by applicable law or agreed to in writing, software
239 * @param[in,out] pSession A reference to a converter session.
259 // Encrypt the 16-byte value {0, 0, ..., 0} to produce the encryption key.
266 // Encrypt the 16-byte value {1, 0, ..., 0} to produce the signing key.
282 * are invalid according to RFC 2046 but nevertheless used by one vendor's DRM packager. Note that
285 * @param[in] ch The character to check.
299 * @param[in] ch The character to check.
310 * @param[in,out] pSession A reference to a converter session.
328 * @param[in,out] pSession A reference to a converter session.
422 * @param[in] ch The character to chec
[all...]
/frameworks/av/drm/libmediadrm/protos/
H A Dmetrics.proto10 * Unless required by applicable law or agreed to in writing, software
33 reserved 2 to 13;
45 // The Counter message is used to store a count value with an associated
53 // The DistributionMetric is meant to capture the moments of a normally
100 // Count getPropertyByteArray calls to retrieve the device unique id.
103 // Session ids to lifetime (start and end time) map.
/frameworks/av/include/media/stagefright/
H A DColorConverter.h10 * Unless required by applicable law or agreed to in writing, software
31 ColorConverter(OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to);
/frameworks/av/include/media/stagefright/foundation/
H A DALookup.h10 * Unless required by applicable law or agreed to in writing, software
30 bool lookup(const T& from, U *to) const;
31 bool rlookup(const U& from, T *to) const;
34 inline bool map(const T& from, V *to) const { return lookup(from, to); }
37 inline bool map(const V& from, T *to) const { return rlookup(from, to); }
49 bool ALookup<T, U>::lookup(const T& from, U *to) const {
52 *to = elem.second;
60 bool ALookup<T, U>::rlookup(const U& from, T *to) cons
[all...]
/frameworks/av/media/audioserver/
H A DAndroid.mk46 # If AUDIOSERVER_MULTILIB in device.mk is non-empty then it is used to control
52 # 32 to build 32 bit audioserver libraries and 32 bit audioserver.
53 # 64 to build 64 bit audioserver libraries and 64 bit audioserver.
54 # both to build both 32 bit and 64 bit libraries,
56 # first to build libraries and audioserver for the primary target architecture only.
57 # <empty> to build both 32 and 64 bit libraries and 32 bit audioserver.
/frameworks/av/media/libaudioprocessing/
H A DAndroid.mk35 # uncomment to disable NEON on architectures that actually do support NEON, for benchmarking
/frameworks/av/media/libeffects/dynamicsproc/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/av/media/libeffects/lvm/wrapper/
H A DAndroid.mk3 # The wrapper -DBUILD_FLOAT needs to match
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp10 * Unless required by applicable law or agreed to in writing, software
31 // undefine to perform multi channels API functional tests
116 webrtc::AudioFrame *procFrame; // audio frame passed to webRTC AMP ProcessStream()
130 webrtc::AudioFrame *revFrame; // audio frame passed to webRTC AMP AnalyzeReverseStream()
571 // The geometry needs to be set with Beamforming enabled.
688 #define BAD_STATE_ABORT(from, to) \
689 LOG_ALWAYS_FATAL("Bad state transition from %d to %d", from, to);
950 // AEC implementation is limited to 16kHz
1056 // "out" doesn't mean output device, so this is the correct API to conver
[all...]
/frameworks/av/media/libeffects/proxy/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Decoder.h10 * Unless required by applicable law or agreed to in writing, software
135 bool supportsSeamlessFormatChange(const sp<AMessage> &to) const;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h10 * Unless required by applicable law or agreed to in writing, software
135 bool supportsSeamlessFormatChange(const sp<AMessage> &to) const;
/frameworks/av/media/libstagefright/
H A DACodec.cpp10 * Unless required by applicable law or agreed to in writing, software
89 // converts an OMX error to a status_t
115 // checks and converts status_t to a non-side-effect status_t
417 // Submit output buffers to the decoder, submit input buffers to client
418 // to fill with data.
720 // cannot switch from bytebuffers to surface
740 // no need to reconnect as we will not dequeue all buffers
748 // New output surface is not allowed to add new usage flag except ignored ones.
750 ALOGW("cannot change usage from %#x to
5374 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat); local
[all...]
H A DStagefrightMetadataRetriever.cpp10 * Unless required by applicable law or agreed to in writing, software
66 ALOGE("Unable to create data source for '%s'.", uri);
73 ALOGE("Unable to instantiate an extractor for '%s'.", uri);
120 ALOGE("Failed to instantiate a MediaExtractor.");
194 ALOGE("unable to instantiate image track.");
230 ALOGV("%s failed to extract thumbnail, trying next decoder.", componentName.c_str());
269 ALOGE("extractor doesn't publish metadata, failed to initialize?");
313 ALOGV("unable to instantiate video track.");
351 ALOGV("%s failed to extract frame, trying next decoder.", componentName.c_str());
354 ALOGE("all codecs failed to extrac
408 int to; member in struct:android::Map
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder_mem_funcs.h10 * Unless required by applicable law or agreed to in writing, software
26 Permission to distribute, modify and use this file under the standard license
58 #define pv_memset(to, c, n) memset(to, c, n)
61 #define pv_memcpy(to, from, n) memcpy(to, from, n)
62 #define pv_memmove(to, from, n) memmove(to, from, n)
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DFilt_6k_7k_opt.s10 @ ** Unless required by applicable law or agreed to in writing, software
52 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
85 STR r5, [sp, #-4] @ PUSH r5 to stack
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DFilt_6k_7k_neon.s10 @ ** Unless required by applicable law or agreed to in writing, software
56 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
85 @STR r5, [sp, #-4] @ PUSH r5 to stack
H A Dsyn_filt_neon.s10 @ ** Unless required by applicable law or agreed to in writing, software
46 VST1.S16 {D0, D1, D2, D3}, [r5]! @store 16 mem[] to *yy
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_16_gcc.s10 @ Unless required by applicable law or agreed to in writing, software
H A Dpvmp3_dct_9_gcc.s10 @ Unless required by applicable law or agreed to in writing, software
H A Dpvmp3_mdct_18_gcc.s10 @ Unless required by applicable law or agreed to in writing, software
H A Dpvmp3_polyphase_filter_window_gcc.s10 @ Unless required by applicable law or agreed to in writing, software

Completed in 318 milliseconds

1234567891011>>