Searched refs:ALOGV (Results 1 - 25 of 290) sorted by relevance

1234567891011>>

/frameworks/native/libs/gui/
H A DDummyConsumer.cpp28 ALOGV("DummyConsumer");
32 ALOGV("~DummyConsumer");
36 ALOGV("onFrameAvailable");
40 ALOGV("onBuffersReleased");
/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.cpp37 ALOGV("Create");
48 ALOGV("Constructor: E");
56 ALOGV("%s", mUri);
57 ALOGV("Constructor: X");
63 ALOGV("~DummyVideoSource");
69 ALOGV("start: E");
87 ALOGV("start: X");
93 ALOGV("stop");
106 ALOGV("getFormat");
122 ALOGV("rea
[all...]
H A DDummyAudioSource.cpp35 ALOGV("Create ");
58 ALOGV("Constructor: E");
59 ALOGV("samplingRate = %d", samplingRate);
60 ALOGV("channelCount = %d", channelCount);
61 ALOGV("frameDurationUs = %lld", frameDurationUs);
62 ALOGV("audioDurationUs = %lld", audioDurationUs);
63 ALOGV("mNumberOfSamplePerFrame = %d", mNumberOfSamplePerFrame);
64 ALOGV("Constructor: X");
69 ALOGV("~DummyAudioSource");
73 ALOGV("setDuratio
[all...]
H A DVideoEditorPlayer.cpp34 ALOGV("VideoEditorPlayer");
39 ALOGV("~VideoEditorPlayer");
49 ALOGV("initCheck");
78 ALOGV("setVideoSurface");
85 ALOGV("setVideoSurfaceTexture");
92 ALOGV("prepare");
101 ALOGV("start");
106 ALOGV("stop");
111 ALOGV("pause");
116 ALOGV("isPlayin
[all...]
H A DVideoEditorSRC.cpp33 ALOGV("VideoEditorSRC %p(%p)", this, source.get());
64 ALOGV("~VideoEditorSRC %p(%p)", this, mSource.get());
69 ALOGV("start %p(%p)", this, mSource.get());
84 ALOGV("stop %p(%p)", this, mSource.get());
108 ALOGV("getFormat");
114 ALOGV("read %p(%p)", this, mSource.get());
126 ALOGV("read Seek %lld", seekTimeUs);
181 ALOGV("read returns err = %d", err);
202 ALOGV("getNextBuffer %d, chan = %d", pBuffer->frameCount, mChannelCnt);
213 ALOGV("
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightPlayer.cpp32 ALOGV("StagefrightPlayer");
38 ALOGV("~StagefrightPlayer");
46 ALOGV("initCheck");
64 ALOGV("setDataSource(%d, %lld, %lld)", fd, offset, length);
74 ALOGV("setVideoSurfaceTexture");
88 ALOGV("start");
94 ALOGV("stop");
100 ALOGV("pause");
106 ALOGV("isPlaying");
111 ALOGV("seekT
[all...]
H A DMediaRecorderClient.cpp61 ALOGV("Query SurfaceMediaSource");
75 ALOGV("setCamera");
86 ALOGV("setPreviewSurface");
97 ALOGV("setVideoSource(%d)", vs);
111 ALOGV("setAudioSource(%d)", as);
125 ALOGV("setOutputFormat(%d)", of);
136 ALOGV("setVideoEncoder(%d)", ve);
147 ALOGV("setAudioEncoder(%d)", ae);
158 ALOGV("setOutputFile(%s)", path);
169 ALOGV("setOutputFil
[all...]
H A DMidiMetadataRetriever.cpp34 ALOGV("clearMetadataValues");
41 ALOGV("setDataSource: %s", url? url: "NULL pointer");
52 ALOGV("setDataSource: fd(%d), offset(%lld), and length(%lld)", fd, offset, length);
63 ALOGV("extractMetdata: key(%d)", keyCode);
81 ALOGV("duration: %s ms", mMetadataValues[0]);
H A DMetadataRetrieverClient.cpp46 ALOGV("MetadataRetrieverClient constructor pid(%d)", pid);
55 ALOGV("MetadataRetrieverClient destructor");
74 ALOGV("disconnect from pid %d", mPid);
93 ALOGV("create midi metadata retriever");
111 ALOGV("setDataSource(%s)", url);
127 ALOGV("player type = %d", playerType);
137 ALOGV("setDataSource fd=%d, offset=%lld, length=%lld", fd, offset, length);
145 ALOGV("st_dev = %llu", sb.st_dev);
146 ALOGV("st_mode = %u", sb.st_mode);
147 ALOGV("st_ui
[all...]
/frameworks/av/services/camera/libcameraservice/camera2/
H A DJpegCompressor.cpp35 ALOGV("%s", __FUNCTION__);
41 ALOGV("%s", __FUNCTION__);
65 ALOGV("%s", __FUNCTION__);
71 ALOGV("%s", __FUNCTION__);
76 ALOGV("%s", __FUNCTION__);
107 ALOGV("%s: image_width = %d, image_height = %d", __FUNCTION__, mCInfo.image_width, mCInfo.image_height);
127 ALOGV("%s: Cancel called, exiting early", __FUNCTION__);
141 ALOGV("%s", __FUNCTION__);
148 ALOGV("%s", __FUNCTION__);
160 ALOGV("
[all...]
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp67 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get());
78 ALOGV("Query SurfaceMediaSource");
91 ALOGV("setPreviewSurface(%p)", surface.get());
101 ALOGV("init");
110 ALOGV("setVideoSource(%d)", vs);
120 ALOGV("setAudioSource(%d)", as);
130 ALOGV("setOutputFormat(%d)", of);
140 ALOGV("setVideoEncoder(%d)", ve);
150 ALOGV("setAudioEncoder(%d)", ae);
160 ALOGV("setOutputFil
[all...]
H A Dmediarecorder.cpp33 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get());
45 ALOGV("setCamera failed: %d", ret);
54 ALOGV("setPreviewSurface(%p)", surface.get());
70 ALOGV("setPreviewSurface failed: %d", ret);
79 ALOGV("init");
91 ALOGV("init failed: %d", ret);
98 ALOGV("setListener failed: %d", ret);
109 ALOGV("setVideoSource(%d)", vs);
119 ALOGV("Call init() since the media recorder is not initialized yet");
134 ALOGV("setVideoSourc
[all...]
H A Dmediaplayer.cpp47 ALOGV("constructor");
69 ALOGV("destructor");
77 ALOGV("disconnect");
102 ALOGV("setListener");
143 ALOGV("setDataSource(%s)", url);
161 ALOGV("setDataSource(%d, %lld, %lld)", fd, offset, length);
177 ALOGV("setDataSource");
198 ALOGV("invoke %d", request.dataSize());
228 ALOGV("setVideoSurfaceTexture");
252 ALOGV("prepar
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioEncoder.cpp85 ALOGV("VideoEditorAudioEncoderSource::Create");
99 ALOGV("VideoEditorAudioEncoderSource::VideoEditorAudioEncoderSource");
104 ALOGV("VideoEditorAudioEncoderSource::~VideoEditorAudioEncoderSource");
114 ALOGV("VideoEditorAudioEncoderSource::start");
117 ALOGV("VideoEditorAudioEncoderSource::start ERROR : invalid state %d",
125 ALOGV("VideoEditorAudioEncoderSource::start END (0x%x)", err);
132 ALOGV("VideoEditorAudioEncoderSource::stop");
135 ALOGV("VideoEditorAudioEncoderSource::stop ERROR: invalid state %d",
148 ALOGV("VideoEditorAudioEncoderSource::stop : %d buffer remained", i);
154 ALOGV("VideoEditorAudioEncoderSourc
[all...]
H A DVideoEditorMp3Reader.cpp91 ALOGV("VideoEditorMp3Reader_create begin");
104 ALOGV("VideoEditorMp3Reader_create no error");
106 ALOGV("VideoEditorMp3Reader_create ERROR 0x%X", err);
108 ALOGV("VideoEditorMp3Reader_create end");
127 ALOGV("VideoEditorMp3Reader_destroy begin");
132 ALOGV("VideoEditorMp3Reader_destroy no error");
134 ALOGV("VideoEditorMp3Reader_destroy ERROR 0x%X", err);
136 ALOGV("VideoEditorMp3Reader_destroy end");
159 ALOGV("VideoEditorMp3Reader_open begin");
166 ALOGV("VideoEditorMp3Reader_ope
[all...]
H A DVideoEditorAudioDecoder.cpp139 ALOGV("VideoEditorAudioDecoderSource::start: invalid state %d", mState);
146 ALOGV("VideoEditorAudioDecoderSource::start END (0x%x)", err);
154 ALOGV("VideoEditorAudioDecoderSource::stop begin");
157 ALOGV("VideoEditorAudioDecoderSource::stop: invalid state %d", mState);
172 ALOGV("VideoEditorAudioDecoderSource::stop END (0x%x)", err);
178 ALOGV("VideoEditorAudioDecoderSource::getFormat");
194 ALOGV("readBufferFromReader : EOS");
216 ALOGV("VideoEditorAudioDecoderSource::read invalid state %d", mState);
241 ALOGV("VideoEditorAudioDecoderSource::storeBuffer begin");
254 ALOGV("VideoEditorAudioDecoderSourc
[all...]
/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.cpp30 ALOGV("ThreadWrapper: %p", pthis);
38 ALOGV("Start");
58 ALOGV("Stop");
66 ALOGV("Ending the reading thread");
72 ALOGV("ReadFromSource");
79 ALOGV("A fake writer accessing the frames");
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp41 ALOGV("instantiate");
56 ALOGV("created");
62 ALOGV("Destroyed");
85 ALOGV("Entering setDrmServiceListener");
91 ALOGV("Entering installDrmEngine");
97 ALOGV("Entering getConstraints from content");
102 ALOGV("Entering getMetadata from content");
107 ALOGV("Entering canHandle");
112 ALOGV("Entering processDrmInfo");
117 ALOGV("Enterin
[all...]
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp61 ALOGV("DrmPassthruPlugIn::onGetConstraints From Path: %d", uniqueId);
76 ALOGV("DrmPassthruPlugIn::onProcessDrmInfo - Enter : %d", uniqueId);
105 ALOGV("DrmPassthruPlugIn::onProcessDrmInfo - Exit");
111 ALOGV("DrmPassthruPlugIn::onSetOnInfoListener : %d", uniqueId);
116 ALOGV("DrmPassthruPlugIn::onInitialize : %d", uniqueId);
121 ALOGV("DrmPassthruPlugIn::onTerminate : %d", uniqueId);
126 ALOGV("DrmPassthruPlugIn::onGetSupportInfo : %d", uniqueId);
139 ALOGV("DrmPassthruPlugIn::onSaveRights : %d", uniqueId);
144 ALOGV("DrmPassthruPlugIn::onAcquireDrmInfo : %d", uniqueId);
160 ALOGV("DrmPassthruPlugI
[all...]
/frameworks/av/camera/
H A DICamera.cpp65 ALOGV("disconnect");
74 ALOGV("setPreviewDisplay");
85 ALOGV("setPreviewTexture");
98 ALOGV("setPreviewCallbackFlag(%d)", flag);
108 ALOGV("startPreview");
118 ALOGV("startRecording");
128 ALOGV("stopPreview");
137 ALOGV("stopRecording");
145 ALOGV("releaseRecordingFrame");
154 ALOGV("storeMetaDataInBuffer
[all...]
H A DCamera.cpp74 ALOGV("create");
121 ALOGV("connect");
138 ALOGV("disconnect");
148 ALOGV("reconnect");
176 ALOGV("setPreviewDisplay(%p)", surface.get());
190 ALOGV("setPreviewTexture(%p)", surfaceTexture.get());
204 ALOGV("startPreview");
212 ALOGV("storeMetaDataInBuffers: %s",
222 ALOGV("startRecording");
231 ALOGV("stopPrevie
[all...]
H A DICameraRecordingProxy.cpp45 ALOGV("startRecording");
55 ALOGV("stopRecording");
63 ALOGV("releaseRecordingFrame");
80 ALOGV("START_RECORDING");
88 ALOGV("STOP_RECORDING");
94 ALOGV("RELEASE_RECORDING_FRAME");
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp36 ALOGV("\tLVREV_ERROR : Parameter error - "\
40 ALOGV("\tLVREV_ERROR : Parameter error - "\
44 ALOGV("\tLVREV_ERROR : Parameter error - "\
190 ALOGV("\n\tEffectQueryNumberEffects start");
192 ALOGV("\tEffectQueryNumberEffects creating %d effects", *pNumEffects);
193 ALOGV("\tEffectQueryNumberEffects end\n");
199 ALOGV("\n\tEffectQueryEffect start");
200 ALOGV("\tEffectQueryEffect processing index %d", index);
202 ALOGV("\tLVM_ERROR : EffectQueryEffect was passed NULL pointer");
206 ALOGV("\tLVM_ERRO
[all...]
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp51 ALOGV("SurfaceMediaSource");
82 ALOGV("~SurfaceMediaSource");
87 ALOGV("getTimestamp");
94 ALOGV("setFrameAvailableListener");
116 ALOGV("setFrameRate");
127 ALOGV("isMetaDataStoredInVideoBuffers");
132 ALOGV("getFrameRate");
139 ALOGV("start");
182 ALOGV("setMaxAcquiredBufferCount(%d)", count);
192 ALOGV("setUseAbsoluteTimestamp
[all...]
/frameworks/av/services/audioflinger/audio-resampler/
H A DAudioResamplerCoefficients.cpp34 ALOGV("readResamplerCoefficients");

Completed in 6799 milliseconds

1234567891011>>