Home
last modified time | relevance | path

Searched refs:ALOGV (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/frameworks/av/media/libmedia/
DIMediaRecorder.cpp77 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get()); in setCamera()
88 ALOGV("setInputSurface(%p)", surface.get()); in setInputSurface()
98 ALOGV("Query SurfaceMediaSource"); in querySurfaceMediaSource()
111 ALOGV("setPreviewSurface(%p)", surface.get()); in setPreviewSurface()
121 ALOGV("init"); in init()
130 ALOGV("setVideoSource(%d)", vs); in setVideoSource()
140 ALOGV("setAudioSource(%d)", as); in setAudioSource()
150 ALOGV("setOutputFormat(%d)", of); in setOutputFormat()
160 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder()
170 ALOGV("setAudioEncoder(%d)", ae); in setAudioEncoder()
[all …]
Dmediarecorder.cpp38 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get()); in setCamera()
50 ALOGV("setCamera failed: %d", ret); in setCamera()
59 ALOGV("setPreviewSurface(%p)", surface.get()); in setPreviewSurface()
75 ALOGV("setPreviewSurface failed: %d", ret); in setPreviewSurface()
84 ALOGV("init"); in init()
96 ALOGV("init failed: %d", ret); in init()
103 ALOGV("setListener failed: %d", ret); in init()
114 ALOGV("setVideoSource(%d)", vs); in setVideoSource()
124 ALOGV("Call init() since the media recorder is not initialized yet"); in setVideoSource()
139 ALOGV("setVideoSource failed: %d", ret); in setVideoSource()
[all …]
Dmediaplayer.cpp53 ALOGV("constructor"); in MediaPlayer()
77 ALOGV("destructor"); in ~MediaPlayer()
89 ALOGV("disconnect"); in disconnect()
115 ALOGV("setListener"); in setListener()
159 ALOGV("setDataSource(%s)", url); in setDataSource()
177 ALOGV("setDataSource(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length); in setDataSource()
193 ALOGV("setDataSource(IDataSource)"); in setDataSource()
214 ALOGV("invoke %zu", request.dataSize()); in invoke()
244 ALOGV("setVideoSurfaceTexture"); in setVideoSurfaceTexture()
252 ALOGV("getDefaultBufferingSettings"); in getDefaultBufferingSettings()
[all …]
DCharacterEncodingDetector.cpp78 ALOGV("%d tags before conversion", size); in detectAndConvert()
80 ALOGV("%s: %s", mNames.getEntry(i), mValues.getEntry(i)); in detectAndConvert()
116 ALOGV("all tags are printable, assuming ascii (%zu)", strlen(buf)); in detectAndConvert()
124 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest); in detectAndConvert()
126 ALOGV("not a good match, trying with more data"); in detectAndConvert()
152 ALOGV("still not a good match after adding printable tags"); in detectAndConvert()
156 ALOGV("no printable tags to add"); in detectAndConvert()
172 ALOGV("@@@ checking %s", name); in detectAndConvert()
185 ALOGV("Trying to detect %s separately", name); in detectAndConvert()
204 ALOGV("@@@@ %s is ascii", mNames.getEntry(i)); in detectAndConvert()
[all …]
DJetPlayer.cpp41 ALOGV("JetPlayer constructor"); in JetPlayer()
51 ALOGV("~JetPlayer"); in ~JetPlayer()
104 ALOGV("JetPlayer::init(): trying to start render thread"); in init()
111 ALOGV("JetPlayer::init(): render thread(%d) successfully started.", mTid); in init()
131 ALOGV("JetPlayer::release()"); in release()
164 ALOGV("JetPlayer::render(): entering"); in render()
174 ALOGV("JetPlayer::render(): render thread(%d) signal", mTid); in render()
184 ALOGV("JetPlayer::render(): NULL EAS data, exiting render."); in render()
191 ALOGV("JetPlayer::render(): signal wait"); in render()
198 ALOGV("JetPlayer::render(): signal rx'd"); in render()
[all …]
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp61 ALOGV("DrmPassthruPlugIn::onGetConstraints From Path: %d", uniqueId); in onGetConstraints()
77 ALOGV("DrmPassthruPlugIn::onProcessDrmInfo - Enter : %d", uniqueId); in onProcessDrmInfo()
106 ALOGV("DrmPassthruPlugIn::onProcessDrmInfo - Exit"); in onProcessDrmInfo()
112 ALOGV("DrmPassthruPlugIn::onSetOnInfoListener : %d", uniqueId); in onSetOnInfoListener()
117 ALOGV("DrmPassthruPlugIn::onInitialize : %d", uniqueId); in onInitialize()
122 ALOGV("DrmPassthruPlugIn::onTerminate : %d", uniqueId); in onTerminate()
127 ALOGV("DrmPassthruPlugIn::onGetSupportInfo : %d", uniqueId); in onGetSupportInfo()
140 ALOGV("DrmPassthruPlugIn::onSaveRights : %d", uniqueId); in onSaveRights()
145 ALOGV("DrmPassthruPlugIn::onAcquireDrmInfo : %d", uniqueId); in onAcquireDrmInfo()
161 ALOGV("DrmPassthruPlugIn::canHandle: %s ", path.string()); in onCanHandle()
[all …]
/frameworks/av/drm/drmserver/
DDrmManagerService.cpp99 ALOGV("instantiate"); in instantiate()
124 ALOGV("created"); in DrmManagerService()
130 ALOGV("Destroyed"); in ~DrmManagerService()
153 ALOGV("Entering setDrmServiceListener"); in setDrmServiceListener()
160 ALOGV("Entering getConstraints from content"); in getConstraints()
165 ALOGV("Entering getMetadata from content"); in getMetadata()
170 ALOGV("Entering canHandle"); in canHandle()
175 ALOGV("Entering processDrmInfo"); in processDrmInfo()
180 ALOGV("Entering acquireDrmInfo"); in acquireDrmInfo()
187 ALOGV("Entering saveRights"); in saveRights()
[all …]
/frameworks/av/camera/
DICamera.cpp72 ALOGV("disconnect"); in disconnect()
83 ALOGV("setPreviewTarget"); in setPreviewTarget()
96 ALOGV("setPreviewCallbackFlag(%d)", flag); in setPreviewCallbackFlag()
106 ALOGV("setPreviewCallbackTarget"); in setPreviewCallbackTarget()
118 ALOGV("startPreview"); in startPreview()
128 ALOGV("startRecording"); in startRecording()
138 ALOGV("stopPreview"); in stopPreview()
147 ALOGV("stopRecording"); in stopRecording()
155 ALOGV("releaseRecordingFrame"); in releaseRecordingFrame()
164 ALOGV("releaseRecordingFrameHandle"); in releaseRecordingFrameHandle()
[all …]
DCamera.cpp48 ALOGV("create"); in create()
85 ALOGV("%s: connect legacy camera device", __FUNCTION__); in connectLegacy()
139 ALOGV("reconnect"); in reconnect()
162 ALOGV("setPreviewTarget(%p)", bufferProducer.get()); in setPreviewTarget()
171 ALOGV("setVideoTarget(%p)", bufferProducer.get()); in setVideoTarget()
181 ALOGV("startPreview"); in startPreview()
189 ALOGV("setVideoBufferMode: %d", videoBufferMode); in setVideoBufferMode()
198 ALOGV("startRecording"); in startRecording()
207 ALOGV("stopPreview"); in stopPreview()
216 ALOGV("stopRecording"); in stopRecording()
[all …]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp42 #define ALOGVV ALOGV
49 ALOGV("\tLVM_ERROR : Parameter error - "\
53 ALOGV("\tLVM_ERROR : Parameter error - "\
57 ALOGV("\tLVM_ERROR : Parameter error - "\
61 ALOGV("\tLVM_ERROR : Parameter error - "\
88 ALOGV("\tLVM_ERROR : Invalid argument: "#cond); \
207 ALOGV("\n\tEffectCreate start session %d", sessionId); in EffectCreate()
210 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer"); in EffectCreate()
217 ALOGV("\tEffectCreate - Initializing all global memory"); in EffectCreate()
226ALOGV("\tEffectCreate: Allocating SessionNo %d for SessionId %d\n", sessionNo,sessionId); in EffectCreate()
[all …]
/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegCompressor.cpp35 ALOGV("%s", __FUNCTION__); in ~JpegCompressor()
41 ALOGV("%s", __FUNCTION__); in start()
65 ALOGV("%s", __FUNCTION__); in cancel()
71 ALOGV("%s", __FUNCTION__); in readyToRun()
76 ALOGV("%s", __FUNCTION__); in threadLoop()
107ALOGV("%s: image_width = %d, image_height = %d", __FUNCTION__, mCInfo.image_width, mCInfo.image_he… in threadLoop()
127 ALOGV("%s: Cancel called, exiting early", __FUNCTION__); in threadLoop()
141 ALOGV("%s", __FUNCTION__); in isBusy()
148 ALOGV("%s", __FUNCTION__); in isStreamInUse()
160 ALOGV("%s", __FUNCTION__); in waitForDone()
[all …]
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.cpp57 ALOGV("setInputSurface"); in setInputSurface()
68 ALOGV("Query SurfaceMediaSource"); in querySurfaceMediaSource()
82 ALOGV("setCamera"); in setCamera()
93 ALOGV("setPreviewSurface"); in setPreviewSurface()
104 ALOGV("setVideoSource(%d)", vs); in setVideoSource()
119 ALOGV("setAudioSource(%d)", as); in setAudioSource()
133 ALOGV("setOutputFormat(%d)", of); in setOutputFormat()
144 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder()
155 ALOGV("setAudioEncoder(%d)", ae); in setAudioEncoder()
166 ALOGV("setOutputFile(%d)", fd); in setOutputFile()
[all …]
DMetadataRetrieverClient.cpp48 ALOGV("MetadataRetrieverClient constructor pid(%d)", pid); in MetadataRetrieverClient()
57 ALOGV("MetadataRetrieverClient destructor"); in ~MetadataRetrieverClient()
76 ALOGV("disconnect from pid %d", mPid); in disconnect()
111 ALOGV("setDataSource(%s)", url); in setDataSource()
127 ALOGV("player type = %d", playerType); in setDataSource()
137 ALOGV("setDataSource fd=%d (%s), offset=%lld, length=%lld", in setDataSource()
146 ALOGV("st_dev = %llu", static_cast<unsigned long long>(sb.st_dev)); in setDataSource()
147 ALOGV("st_mode = %u", sb.st_mode); in setDataSource()
148 ALOGV("st_uid = %lu", static_cast<unsigned long>(sb.st_uid)); in setDataSource()
149 ALOGV("st_gid = %lu", static_cast<unsigned long>(sb.st_gid)); in setDataSource()
[all …]
/frameworks/av/drm/mediacas/plugins/mock/
DMockCasPlugin.cpp93 ALOGV("CTOR"); in MockCasPlugin()
97 ALOGV("DTOR"); in ~MockCasPlugin()
102 ALOGV("setPrivateData"); in setPrivateData()
107 ALOGV("openSession"); in openSession()
112 ALOGV("closeSession: sessionId=%s", arrayToString(sessionId).string()); in closeSession()
127 ALOGV("setSessionPrivateData: sessionId=%s", in setSessionPrivateData()
141 ALOGV("processEcm: sessionId=%s", arrayToString(sessionId).string()); in processEcm()
149 ALOGV("ECM: size=%d", ecm.size()); in processEcm()
150 ALOGV("ECM: data=%s", arrayToString(ecm).string()); in processEcm()
156 ALOGV("processEmm"); in processEmm()
[all …]
/frameworks/native/libs/gui/tests/
DSurfaceTextureGLThreadToGL_test.cpp75 ALOGV("+swapBuffers"); in TEST_F()
77 ALOGV("-swapBuffers"); in TEST_F()
88 ALOGV("+updateTexImage"); in TEST_F()
90 ALOGV("-updateTexImage"); in TEST_F()
106 ALOGV("+swapBuffers"); in TEST_F()
108 ALOGV("-swapBuffers"); in TEST_F()
120 ALOGV("+updateTexImage"); in TEST_F()
122 ALOGV("-updateTexImage"); in TEST_F()
138 ALOGV("+swapBuffers"); in TEST_F()
140 ALOGV("-swapBuffers"); in TEST_F()
[all …]
/frameworks/base/media/jni/soundpool/
DSoundPool.cpp49 ALOGV("SoundPool constructor: maxChannels=%d, attr.usage=%d, attr.flags=0x%x, attr.tags=%s", in SoundPool()
85 ALOGV("SoundPool destructor"); in ~SoundPool()
95 ALOGV("clear samples"); in ~SoundPool()
131 ALOGV("awake"); in run()
136 ALOGV("Getting channel from stop list"); in run()
151 ALOGV("Getting channel from list"); in run()
169 ALOGV("goodbye"); in run()
179 ALOGV("return from quit"); in quit()
224 ALOGV("load: fd=%d, offset=%" PRId64 ", length=%" PRId64 ", priority=%d", in load()
245 ALOGV("unload: sampleID=%d", sampleID); in unload()
[all …]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp41 ALOGV("\tLVREV_ERROR : Parameter error - "\
45 ALOGV("\tLVREV_ERROR : Parameter error - "\
49 ALOGV("\tLVREV_ERROR : Parameter error - "\
210 ALOGV("\t\nEffectCreate start"); in EffectCreate()
213 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer"); in EffectCreate()
221 ALOGV("\tEffectCreate - UUID matched Reverb type %d, UUID = %x", i, desc->uuid.timeLow); in EffectCreate()
238 ALOGV("\tEffectCreate - AUX"); in EffectCreate()
240 ALOGV("\tEffectCreate - INS"); in EffectCreate()
249 ALOGV("\tEffectCreate - PRESET"); in EffectCreate()
251 ALOGV("\tEffectCreate - ENVIRONMENTAL"); in EffectCreate()
[all …]
/frameworks/av/media/libstagefright/omx/
DGraphicBufferSource.cpp283 ALOGV("GraphicBufferSource"); in GraphicBufferSource()
312 ALOGV("~GraphicBufferSource"); in ~GraphicBufferSource()
336 ALOGV("--> executing; available=%zu, submittable=%zd", in onOmxExecuting()
341 ALOGV("clearing last dataSpace"); in onOmxExecuting()
354 ALOGV("stop load with available=%zu+%d", in onOmxExecuting()
360 ALOGV("done loading initial frames, available=%zu+%d", in onOmxExecuting()
385 ALOGV("omxIdle"); in onOmxIdle()
407 ALOGV("--> loaded; available=%zu+%d eos=%d eosSent=%d acquired=%d", in onOmxLoaded()
431 ALOGV("addCodecBuffer: bufferId=%u", bufferId); in onInputBufferAdded()
462 ALOGV("onInputBufferEmptied: EOS null buffer (bufferId=%u@%zd)", bufferId, cbi); in onInputBufferEmptied()
[all …]
/frameworks/av/media/libeffects/proxy/
DEffectProxy.cpp63 ALOGV("EffectProxyCreate start.."); in EffectProxyCreate()
125 ALOGV("EffectCreate() UUID of HOST: %08X-%04X-%04X-%04X-%02X%02X%02X%02X" in EffectProxyCreate()
130 ALOGV("EffectCreate() UUID of OFFLOAD: %08X-%04X-%04X-%04X-%02X%02X%02X%02X" in EffectProxyCreate()
141 ALOGV("EffectCreate end"); in EffectProxyCreate()
148 ALOGV("ERROR : EffectRelease called with NULL pointer"); in EffectProxyRelease()
151 ALOGV("EffectRelease"); in EffectProxyRelease()
171 ALOGV("EffectGetDescriptor() called with NULL pointer"); in EffectProxyGetDescriptor()
208 ALOGV("Effect_command() Proxy context is NULL"); in Effect_command()
212 ALOGV("Effect_command() Calling HOST EffectCreate"); in Effect_command()
218 ALOGV("Effect_command() Error creating SW sub effect"); in Effect_command()
[all …]
/frameworks/av/services/mediaanalytics/
DMetricsSummarizer.cpp44 ALOGV("MetricsSummarizer::MetricsSummarizer"); in MetricsSummarizer()
57 ALOGV("MetricsSummarizer::~MetricsSummarizer"); in ~MetricsSummarizer()
134 ALOGV("MetricsSummarizer::handleRecord() for %s", in handleRecord()
144 ALOGV("Match against %s says %d", (*it)->toString().c_str(), good); in handleRecord()
149 ALOGV("save new record"); in handleRecord()
159 ALOGV("increment existing record"); in handleRecord()
167 ALOGV("MetricsSummarizer::mergeRecord() [default]"); in mergeRecord()
251 ALOGV("MetricsSummarizer::sameAttributes(): summ %s", summ->toString().c_str()); in sameAttributes()
252 ALOGV("MetricsSummarizer::sameAttributes(): single %s", single->toString().c_str()); in sameAttributes()
273 ALOGV("we don't mind that it has attr '%s'", attrName); in sameAttributes()
[all …]
/frameworks/rs/
DrsObjectBase.cpp43 ALOGV("ObjectBase constructed %p", this); in ObjectBase()
49 ALOGV("ObjectBase destroyed %p refs %i %i", this, mUserRefCount, mSysRefCount); in ~ObjectBase()
78 ALOGV("%s RSobj %p, name %s, refs %i,%i links %p,%p,%p", in dumpLOGV()
81 ALOGV("%s RSobj %p, no-name, refs %i,%i links %p,%p,%p", in dumpLOGV()
89 ALOGV("ObjectBase %p incU ref %i, %i", this, mUserRefCount, mSysRefCount); in incUserRef()
96 ALOGV("ObjectBase %p incS ref %i, %i", this, mUserRefCount, mSysRefCount); in incSysRef()
133 ALOGV("ObjectBase %p decU ref %i, %i", this, mUserRefCount, mSysRefCount); in decUserRef()
151 ALOGV("ObjectBase %p zeroU ref %i, %i", this, mUserRefCount, mSysRefCount); in zeroUserRef()
163 ALOGV("ObjectBase %p decS ref %i, %i", this, mUserRefCount, mSysRefCount); in decSysRef()
231 ALOGV("Forcing release of all outstanding user refs."); in zeroAllUserRef()
[all …]
/frameworks/av/media/libstagefright/codecs/aacdec/
DDrcPresModeWrap.cpp76 ALOGV("DRC presentation mode wrapper: drcProgRefLev is %d\n", mStreamPRL); in submitStreamData()
84 ALOGV("DRC presentation mode wrapper: drcPresMode is %d\n", mStreamDRCPresMode); in submitStreamData()
92 ALOGV("DRC presentation mode wrapper: aacNumChannels is %d\n", mStreamNrAACChan); in submitStreamData()
100 ALOGV("DRC presentation mode wrapper: numChannels is %d\n", mStreamNrOutChan); in submitStreamData()
324ALOGV("DRC presentation mode wrapper: forced target level to %d (from %d)\n", newTarget, mDesTarge… in update()
326 ALOGV("DRC presentation mode wrapper: set target level to %d\n", newTarget); in update()
335ALOGV("DRC presentation mode wrapper: forced attenuation factor to %d (from %d)\n", newAttFactor, … in update()
337ALOGV("DRC presentation mode wrapper: set attenuation factor to %d\n", newAttFactor); in update()
346 ALOGV("DRC presentation mode wrapper: forced boost factor to %d (from %d)\n", in update()
349 ALOGV("DRC presentation mode wrapper: set boost factor to %d\n", newBoostFactor); in update()
[all …]
/frameworks/av/media/libstagefright/
DCameraSourceTimeLapse.cpp112 ALOGV("startQuickReadReturns"); in startQuickReadReturns()
127 ALOGV("trySettingVideoSize"); in trySettingVideoSize()
153 ALOGV("Video size (%d, %d) is supported", width, height); in trySettingVideoSize()
172 ALOGV("signalBufferReturned"); in signalBufferReturned()
187 ALOGV("createMediaBufferCopy"); in createMediaBufferCopy()
198 ALOGV("fillLastReadBufferCopy"); in fillLastReadBufferCopy()
208 ALOGV("read"); in read()
229 ALOGV("createIMemoryCopy"); in createIMemoryCopy()
240 ALOGV("skipCurrentFrame"); in skipCurrentFrame()
250 ALOGV("skipFrameAndModifyTimeStamp"); in skipFrameAndModifyTimeStamp()
[all …]
DSurfaceMediaSource.cpp54 ALOGV("SurfaceMediaSource"); in SurfaceMediaSource()
82 ALOGV("~SurfaceMediaSource"); in ~SurfaceMediaSource()
87 ALOGV("getTimestamp"); in getTimestamp()
94 ALOGV("setFrameAvailableListener"); in setFrameAvailableListener()
119 ALOGV("setFrameRate"); in setFrameRate()
130 ALOGV("isMetaDataStoredInVideoBuffers"); in metaDataStoredInVideoBuffers()
135 ALOGV("getFrameRate"); in getFrameRate()
142 ALOGV("start"); in start()
185 ALOGV("setMaxAcquiredBufferCount(%zu)", count); in setMaxAcquiredBufferCount()
195 ALOGV("setUseAbsoluteTimestamps"); in setUseAbsoluteTimestamps()
[all …]
/frameworks/base/core/jni/
Dandroid_media_ToneGenerator.cpp42 ALOGV("android_media_ToneGenerator_startTone: %p", thiz); in android_media_ToneGenerator_startTone()
55 ALOGV("android_media_ToneGenerator_stopTone: %p", thiz); in android_media_ToneGenerator_stopTone()
60 ALOGV("ToneGenerator lpToneGen: %p", lpToneGen); in android_media_ToneGenerator_stopTone()
81 ALOGV("android_media_ToneGenerator_release lpToneGen: %p", lpToneGen); in android_media_ToneGenerator_release()
94 ALOGV("android_media_ToneGenerator_native_setup jobject: %p", thiz); in android_media_ToneGenerator_native_setup()
96 ALOGV("ToneGenerator lpToneGen: %p", lpToneGen); in android_media_ToneGenerator_native_setup()
108 ALOGV("ToneGenerator fields.context: %p", (void*) env->GetLongField(thiz, fields.context)); in android_media_ToneGenerator_native_setup()
113 ALOGV("android_media_ToneGenerator_native_finalize jobject: %p", thiz); in android_media_ToneGenerator_native_finalize()
119 ALOGV("delete lpToneGen: %p", lpToneGen); in android_media_ToneGenerator_native_finalize()
140 ALOGV("register_android_media_ToneGenerator ToneGenerator fields.context: %p", fields.context); in register_android_media_ToneGenerator()

12345678910>>...20