OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAudioSource
(Results
1 - 13
of
13
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp
242
mAudioSource
= DummyAudioSource::Create(32000, 2, 20000,
244
if(
mAudioSource
!= NULL) {
245
setAudioSource(
mAudioSource
);
247
status_t error =
mAudioSource
->start();
250
mAudioSource
.clear();
290
if (mAudioPlayer == NULL &&
mAudioSource
!= NULL) {
294
mAudioSource
->stop();
296
mAudioSource
.clear();
360
if (
mAudioSource
== NULL || mAudioPlayer == NULL) {
425
meta =
mAudioSource
->getFormat()
[
all
...]
PreviewPlayer.h
144
sp<MediaSource>
mAudioSource
;
/frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp
35
mAudioSource
(0),
64
if ((
mAudioSource
!= 0) && mAudioSourceStarted) {
65
mAudioSource
->stop();
160
//
mAudioSource
!= 0
323
mAudioSource
= source;
494
err =
mAudioSource
->read(&mDecodeBuffer, &readOptions);
758
if ((
mAudioSource
!= 0) && mAudioSourceStarted) {
759
sp<MetaData> meta =
mAudioSource
->getFormat();
android_AudioSfDecoder.h
103
sp<MediaSource>
mAudioSource
;// the decoder reading from the data source
104
// used to indicate
mAudioSource
was successfully started, but wasn't stopped
AacBqToPcmCbRenderer.cpp
209
mAudioSource
= source;
/frameworks/av/media/libstagefright/
AwesomePlayer.cpp
508
if ((
mAudioSource
!= NULL) && (
mAudioSource
!= mAudioTrack)) {
549
&&
mAudioSource
!= NULL) {
553
mAudioSource
->stop();
555
mAudioSource
.clear();
850
&& (
mAudioSource
== NULL || (mFlags & AUDIO_AT_EOS));
921
if (
mAudioSource
!= NULL) {
945
mAudioSource
->stop();
949
mAudioSource
= mOmxSource;
950
if (
mAudioSource
!= NULL)
[
all
...]
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
71
mAudioSource
(AUDIO_SOURCE_CNT),
108
mAudioSource
= AUDIO_SOURCE_MIC;
110
mAudioSource
= as;
792
if (
mAudioSource
!= AUDIO_SOURCE_CNT) {
808
mAudioSource
,
878
CHECK(
mAudioSource
!= AUDIO_SOURCE_CNT);
919
if (
mAudioSource
>= AUDIO_SOURCE_CNT) {
920
ALOGE("Invalid audio source: %d",
mAudioSource
);
952
if ((
mAudioSource
!= AUDIO_SOURCE_CNT
954
|| (
mAudioSource
== AUDIO_SOURCE_CN
[
all
...]
StagefrightRecorder.h
82
audio_source_t
mAudioSource
;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java
75
private int
mAudioSource
= NO_AUDIO_SOURCE;
242
if (!mCaptureTimeLapse && (
mAudioSource
!= NO_AUDIO_SOURCE)) {
243
mMediaRecorder.setAudioSource(
mAudioSource
);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp
89
sp<MediaSource>
mAudioSource
;
574
pC->
mAudioSource
->stop();
575
pC->
mAudioSource
.clear();
[
all
...]
/frameworks/av/media/libstagefright/include/
AwesomePlayer.h
178
sp<MediaSource>
mAudioSource
;
/frameworks/av/services/audioflinger/
Threads.h
314
audio_source_t
mAudioSource
; // (see audio.h, audio_source_t)
[
all
...]
Threads.cpp
277
mAudioSource
(AUDIO_SOURCE_DEFAULT), mId(id),
828
effect->setAudioSource(
mAudioSource
);
913
effect->setAudioSource(
mAudioSource
);
[
all
...]
Completed in 1203 milliseconds