Searched refs:mode (Results 1 - 25 of 911) sorted by path

1234567891011>>

/frameworks/av/camera/
H A DICamera.cpp115 // start preview mode, must call setPreviewTarget first
125 // start recording mode, must call setPreviewTarget first
135 // stop preview mode
144 // stop recording mode
416 int32_t mode = data.readInt32(); local
417 reply->writeInt32(setVideoBufferMode(mode));
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
H A DFwdLockGlue.c46 * @param[in] mode The access mode to use for the directories being created.
50 static int FwdLockGlue_CreateDirectories(const char *path, mode_t mode) { argument
61 if (mkdir(partialPath, mode) != 0 && errno != EEXIST) {
/frameworks/av/drm/libmediadrm/
H A DCrypto.cpp238 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern,
264 ssize_t result = mPlugin->decrypt(secure, key, iv, mode, pattern, srcPtr, subSamples,
237 decrypt(const uint8_t key[16], const uint8_t iv[16], CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern, const sp<IMemory> &source, size_t offset, const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, const ICrypto::DestinationBuffer &destination, AString *errorDetailMsg) argument
H A DCryptoHal.cpp136 // must be in passthrough mode, load the default passthrough service
282 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern,
293 switch(mode) {
281 decrypt(const uint8_t keyId[16], const uint8_t iv[16], CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern, const ICrypto::SourceBuffer &source, size_t offset, const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, const ICrypto::DestinationBuffer &destination, AString *errorDetailMsg) argument
H A DICrypto.cpp100 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern,
106 data.writeInt32(mode);
313 CryptoPlugin::Mode mode = (CryptoPlugin::Mode)data.readInt32(); local
393 result = decrypt(key, iv, mode, pattern, source, offset,
99 decrypt(const uint8_t key[16], const uint8_t iv[16], CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern, const SourceBuffer &source, size_t offset, const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, const DestinationBuffer &destination, AString *errorDetailMsg) argument
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCryptoPlugin.cpp36 Mode mode, const Pattern &/* pattern */, const void* srcPtr,
45 if (mode == kMode_Unencrypted) {
65 } else if (mode == kMode_AES_CTR) {
77 "Selected encryption mode is not supported by the ClearKey DRM "
35 decrypt(bool secure, const KeyId keyId, const Iv iv, Mode mode, const Pattern & , const void* srcPtr, const SubSample* subSamples, size_t numSubSamples, void* dstPtr, AString* errorDetailMsg) argument
H A DCryptoPlugin.h47 Mode mode, const Pattern &pattern, const void* srcPtr,
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp796 Mode mode, const Pattern &pattern, const void *srcPtr,
800 ALOGD("MockCryptoPlugin::decrypt(secure=%d, key=%s, iv=%s, mode=%d, "
806 (int)mode, pattern.mEncryptBlocks, pattern.mSkipBlocks, srcPtr,
795 decrypt(bool secure, const uint8_t key[16], const uint8_t iv[16], Mode mode, const Pattern &pattern, const void *srcPtr, const SubSample *subSamples, size_t numSubSamples, void *dstPtr, AString * ) argument
H A DMockDrmCryptoPlugin.h163 Mode mode, const Pattern &pattern, const void *srcPtr,
/frameworks/av/include/media/
H A DAudioSystem.h76 // set audio mode in audio hardware
77 static status_t setMode(audio_mode_t mode);
H A DBufferingSettings.h42 static bool IsValidBufferingMode(int mode);
43 static bool IsTimeBasedBufferingMode(int mode);
44 static bool IsSizeBasedBufferingMode(int mode);
H A DCrypto.h53 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern,
H A DCryptoHal.h57 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern,
H A DIAudioFlinger.h128 // set audio mode
129 virtual status_t setMode(audio_mode_t mode) = 0;
H A DICrypto.h68 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern,
H A DIMediaPlayer.h79 MediaPlayerSeekMode mode = MediaPlayerSeekMode::SEEK_PREVIOUS_SYNC) = 0;
H A DIMediaSource.h74 void setSeekTo(int64_t time_us, SeekMode mode = SEEK_CLOSEST_SYNC);
76 bool getSeekTo(int64_t *time_us, SeekMode *mode) const;
H A DIOMX.h67 kPortModeDynamicANWBuffer, // uses metadata mode kMetadataBufferTypeANWBuffer
69 kPortModeDynamicNativeHandle, // uses metadata mode kMetadataBufferTypeNativeHandleSource
112 OMX_U32 port_index, IOMX::PortMode mode) = 0;
140 // 1) OMXBuffer::sPreset for meta-mode,
141 // 2) type kBufferTypeANWBuffer for non-meta-graphic buffer mode,
142 // 3) type kBufferTypeSharedMem for bytebuffer mode.
153 // If the port is in metadata mode, the buffer will be updated to point
162 // If the port is in metadata mode, the buffer will be updated to point
H A DMediaPlayerInterface.h224 int msec, MediaPlayerSeekMode mode = MediaPlayerSeekMode::SEEK_PREVIOUS_SYNC) = 0;
H A DVisualizer.h43 * In addition to the polling capture mode, a callback mode is also available by installing a
113 // mode must one of VISUALIZER_SCALING_MODE_NORMALIZED,
115 status_t setScalingMode(uint32_t mode);
120 status_t setMeasurementMode(uint32_t mode);
H A Dmediaplayer.h247 MediaPlayerSeekMode mode = MediaPlayerSeekMode::SEEK_PREVIOUS_SYNC);
279 status_t seekTo_l(int msec, MediaPlayerSeekMode mode);
/frameworks/av/include/media/audiohal/
H A DDeviceHalInterface.h48 // Called when the audio mode changes.
49 virtual status_t setMode(audio_mode_t mode) = 0;
/frameworks/av/include/media/omx/1.0/
H A DWOmxNode.h76 OMX_U32 port_index, IOMX::PortMode mode) override;
123 Return<Status> setPortMode(uint32_t portIndex, PortMode mode) override;
/frameworks/av/include/media/stagefright/
H A DACodec.h317 status_t setCyclicIntraMacroblockRefresh(const sp<AMessage> &msg, int32_t mode);
323 status_t setPortMode(int32_t portIndex, IOMX::PortMode mode);
418 // sets color aspects for the video encoder assuming bytebuffer mode for certain |configFormat|
425 // sets color aspects for the video encoder in surface mode. This basically sets the default
H A DACodecBufferChannel.h72 CryptoPlugin::Mode mode,

Completed in 4793 milliseconds

1234567891011>>