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

1234567891011>>

/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/include/media/
H A DAudioSystem.h67 // set audio mode in audio hardware
68 static status_t setMode(audio_mode_t mode);
H A DIAudioFlinger.h117 // set audio mode
118 virtual status_t setMode(audio_mode_t mode) = 0;
H A DICrypto.h48 CryptoPlugin::Mode mode,
H A DVisualizer.h43 * In addition to the polling capture mode, a callback mode is also available by installing a
112 // mode must one of VISUALIZER_SCALING_MODE_NORMALIZED,
114 status_t setScalingMode(uint32_t mode);
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h86 CryptoPlugin::Mode mode,
H A DMediaSource.h78 void setSeekTo(int64_t time_us, SeekMode mode = SEEK_CLOSEST_SYNC);
80 bool getSeekTo(int64_t *time_us, SeekMode *mode) const;
H A DNuMediaExtractor.h63 MediaSource::ReadOptions::SeekMode mode =
105 MediaSource::ReadOptions::SeekMode mode =
/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.cpp124 ReadOptions::SeekMode mode; local
126 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
H A DPreviewPlayer.cpp1320 M4xVSS_MediaRendering mode,
1323 mRenderingMode = mode;
1319 setMediaRenderingMode( M4xVSS_MediaRendering mode, M4VIDEOEDITING_VideoFrameSize outputVideoSize) argument
H A DPreviewPlayer.h84 status_t setMediaRenderingMode(M4xVSS_MediaRendering mode,
H A DVideoEditorPlayer.cpp277 M4xVSS_MediaRendering mode,
281 return mPlayer->setMediaRenderingMode(mode, outputVideoSize);
276 setMediaRenderingMode( M4xVSS_MediaRendering mode, M4VIDEOEDITING_VideoFrameSize outputVideoSize) argument
H A DVideoEditorPlayer.h142 virtual status_t setMediaRenderingMode(M4xVSS_MediaRendering mode,
H A DVideoEditorPreviewController.cpp918 // Apply the rendering mode
934 // Apply the rendering mode
1413 M4xVSS_MediaRendering mode, M4VIDEOEDITING_VideoFrameSize outputVideoSize) {
1416 mRenderingMode = mode;
1412 setPreviewFrameRenderingMode( M4xVSS_MediaRendering mode, M4VIDEOEDITING_VideoFrameSize outputVideoSize) argument
H A DVideoEditorPreviewController.h64 M4xVSS_MediaRendering mode,
H A DVideoEditorSRC.cpp124 ReadOptions::SeekMode mode = ReadOptions::SEEK_PREVIOUS_SYNC; local
125 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
128 mSeekMode = mode;
214 ReadOptions::SeekMode mode = mSeekMode; local
215 options.setSeekTo(mSeekTimeUs, mode);
/frameworks/av/libvideoeditor/osal/inc/
H A DLVOSA_FileReader_optim.h45 M4OSA_FileSeekAccessMode mode,
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_FileCommon.c54 * @param fileModeAccess: (IN) File mode access
63 * @return M4ERR_FILE_BAD_MODE_ACCESS: the file mode access is not correct
75 M4OSA_Char mode[4] = ""; local
113 /* Read mode not set for the reader */
117 /* Read mode not set for the reader */
121 /* M4OSAfileReadOpen cannot be used with Write file mode access */
132 /* Write mode not set for the writer */
140 strncat((char *)mode, (const char *)pWriteString, (size_t)1);
141 strncat((char *)mode, (const char *)pPlusString, (size_t)1);
147 strncat((char *)mode, (cons
[all...]
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c117 M4OSA_Int8 mode );
2458 /* For first call use fast open mode */
2475 /* Not fatal, some readers may not support fast open mode */
2486 /* For second call use normal open mode */
5391 * Remake the open if it was done in fast mode */
5395 /* Close the file opened in fast mode */
5400 /* Reopen it in normal mode */
10050 * M4VIDEOEDITING_Bitrate M4MCS_intGetNearestBitrate(M4OSA_UInt32 freebitrate, M4OSA_Int8 mode)
10053 * @param mode: -1:previous,0:current,1:next
10058 M4MCS_intGetNearestBitrate( M4OSA_Int32 freebitrate, M4OSA_Int8 mode )
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorVideoEncoder.h28 M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode);
31 M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode);
34 M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp153 MediaSource::ReadOptions::SeekMode mode; local
154 options->getSeekTo(&time_us, &mode);
155 if (mode != MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC) {
H A DVideoEditorVideoEncoder.cpp1218 M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode){
1226 pEncoderInterface, mode);
1284 M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode){
1286 pEncoderInterface, mode);
1290 M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode){
1292 pEncoderInterface, mode);
1296 M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode){
1298 pEncoderInterface, mode);
1216 VideoEditorVideoEncoder_getInterface(M4ENCODER_Format format, M4ENCODER_Format* pFormat, M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode) argument
1283 VideoEditorVideoEncoder_getInterface_H263(M4ENCODER_Format* pFormat, M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode) argument
1289 VideoEditorVideoEncoder_getInterface_MPEG4(M4ENCODER_Format* pFormat, M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode) argument
1295 VideoEditorVideoEncoder_getInterface_H264(M4ENCODER_Format* pFormat, M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode) argument
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp138 PREPROC_CMD_DUAL_MIC_ENABLE = EFFECT_CMD_FIRST_PROPRIETARY, // enable dual mic mode
518 webrtc::EchoControlMobile::RoutingMode mode = webrtc::EchoControlMobile::kQuietEarpieceOrHeadset; local
526 mode = webrtc::EchoControlMobile::kEarpiece;
529 mode = webrtc::EchoControlMobile::kSpeakerphone;
536 aec->set_routing_mode(mode);
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp161 status_t AudioSystem::setMode(audio_mode_t mode) argument
163 if (uint32_t(mode) >= AUDIO_MODE_CNT) return BAD_VALUE;
166 return af->setMode(mode);
H A DIAudioFlinger.cpp302 virtual status_t setMode(audio_mode_t mode) argument
306 data.writeInt32(mode);
836 audio_mode_t mode = (audio_mode_t) data.readInt32(); local
837 reply->writeInt32( setMode(mode) );

Completed in 1562 milliseconds

1234567891011>>