Home
last modified time | relevance | path

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

12345678910>>...18

/frameworks/av/media/libmedia/
DIMediaRecorder.cpp73 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get()); in setCamera()
84 ALOGV("setInputSurface(%p)", surface.get()); in setInputSurface()
94 ALOGV("Query SurfaceMediaSource"); in querySurfaceMediaSource()
107 ALOGV("setPreviewSurface(%p)", surface.get()); in setPreviewSurface()
117 ALOGV("init"); in init()
126 ALOGV("setVideoSource(%d)", vs); in setVideoSource()
136 ALOGV("setAudioSource(%d)", as); in setAudioSource()
146 ALOGV("setOutputFormat(%d)", of); in setOutputFormat()
156 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder()
166 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.cpp52 ALOGV("constructor"); in MediaPlayer()
74 ALOGV("destructor"); in ~MediaPlayer()
86 ALOGV("disconnect"); in disconnect()
110 ALOGV("setListener"); in setListener()
152 ALOGV("setDataSource(%s)", url); in setDataSource()
170 ALOGV("setDataSource(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length); in setDataSource()
186 ALOGV("setDataSource(IDataSource)"); in setDataSource()
207 ALOGV("invoke %zu", request.dataSize()); in invoke()
237 ALOGV("setVideoSurfaceTexture"); in setVideoSurfaceTexture()
265 ALOGV("prepare"); in prepare()
[all …]
DCharacterEncodingDetector.cpp78 ALOGV("%d tags before conversion", size); in detectAndConvert()
80 ALOGV("%s: %s", mNames.getEntry(i), mValues.getEntry(i)); in detectAndConvert()
114 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()
188 ALOGV("@@@@ %s is ascii", mNames.getEntry(i)); in detectAndConvert()
197 ALOGV("@@@@ recognized charset: %s for %s confidence %d", 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/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.cpp71 ALOGV("disconnect"); in disconnect()
82 ALOGV("setPreviewTarget"); in setPreviewTarget()
95 ALOGV("setPreviewCallbackFlag(%d)", flag); in setPreviewCallbackFlag()
105 ALOGV("setPreviewCallbackTarget"); in setPreviewCallbackTarget()
117 ALOGV("startPreview"); in startPreview()
127 ALOGV("startRecording"); in startRecording()
137 ALOGV("stopPreview"); in stopPreview()
146 ALOGV("stopRecording"); in stopRecording()
154 ALOGV("releaseRecordingFrame"); in releaseRecordingFrame()
163 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/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/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp38 ALOGV("\tLVM_ERROR : Parameter error - "\
42 ALOGV("\tLVM_ERROR : Parameter error - "\
46 ALOGV("\tLVM_ERROR : Parameter error - "\
50 ALOGV("\tLVM_ERROR : Parameter error - "\
77 ALOGV("\tLVM_ERROR : Invalid argument: "#cond); \
176 ALOGV("\n\tEffectCreate start session %d", sessionId); in EffectCreate()
179 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer"); in EffectCreate()
186 ALOGV("\tEffectCreate - Initializing all global memory"); in EffectCreate()
195ALOGV("\tEffectCreate: Allocating SessionNo %d for SessionId %d\n", sessionNo,sessionId); in EffectCreate()
201 ALOGV("\tLVM_ERROR : Cannot find memory to allocate for current session"); in EffectCreate()
[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, %lld, %lld)", fd, (long long)offset, (long long)length); 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/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp38 ALOGV("\tLVREV_ERROR : Parameter error - "\
42 ALOGV("\tLVREV_ERROR : Parameter error - "\
46 ALOGV("\tLVREV_ERROR : Parameter error - "\
201 ALOGV("\t\nEffectCreate start"); in EffectCreate()
204 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer"); in EffectCreate()
212 ALOGV("\tEffectCreate - UUID matched Reverb type %d, UUID = %x", i, desc->uuid.timeLow); in EffectCreate()
229 ALOGV("\tEffectCreate - AUX"); in EffectCreate()
231 ALOGV("\tEffectCreate - INS"); in EffectCreate()
240 ALOGV("\tEffectCreate - PRESET"); in EffectCreate()
242 ALOGV("\tEffectCreate - ENVIRONMENTAL"); 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/base/media/jni/soundpool/
DSoundPool.cpp49 ALOGV("SoundPool constructor: maxChannels=%d, attr.usage=%d, attr.flags=0x%x, attr.tags=%s", in SoundPool()
84 ALOGV("SoundPool destructor"); in ~SoundPool()
94 ALOGV("clear samples"); in ~SoundPool()
130 ALOGV("awake"); in run()
135 ALOGV("Getting channel from stop list"); in run()
150 ALOGV("Getting channel from list"); in run()
168 ALOGV("goodbye"); in run()
178 ALOGV("return from quit"); in quit()
223 ALOGV("load: fd=%d, offset=%" PRId64 ", length=%" PRId64 ", priority=%d", in load()
244 ALOGV("unload: sampleID=%d", sampleID); in unload()
[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/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/libeffects/proxy/
DEffectProxy.cpp66 ALOGV("EffectProxyCreate start.."); in EffectProxyCreate()
127 ALOGV("EffectCreate() UUID of HOST: %08X-%04X-%04X-%04X-%02X%02X%02X%02X" in EffectProxyCreate()
132 ALOGV("EffectCreate() UUID of OFFLOAD: %08X-%04X-%04X-%04X-%02X%02X%02X%02X" in EffectProxyCreate()
143 ALOGV("EffectCreate end"); in EffectProxyCreate()
150 ALOGV("ERROR : EffectRelease called with NULL pointer"); in EffectProxyRelease()
153 ALOGV("EffectRelease"); in EffectProxyRelease()
173 ALOGV("EffectGetDescriptor() called with NULL pointer"); in EffectProxyGetDescriptor()
210 ALOGV("Effect_command() Proxy context is NULL"); in Effect_command()
214 ALOGV("Effect_command() Calling HOST EffectCreate"); in Effect_command()
220 ALOGV("Effect_command() Error creating SW sub effect"); in Effect_command()
[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/
DSurfaceMediaSource.cpp55 ALOGV("SurfaceMediaSource"); in SurfaceMediaSource()
83 ALOGV("~SurfaceMediaSource"); in ~SurfaceMediaSource()
88 ALOGV("getTimestamp"); in getTimestamp()
95 ALOGV("setFrameAvailableListener"); in setFrameAvailableListener()
120 ALOGV("setFrameRate"); in setFrameRate()
131 ALOGV("isMetaDataStoredInVideoBuffers"); in metaDataStoredInVideoBuffers()
136 ALOGV("getFrameRate"); in getFrameRate()
143 ALOGV("start"); in start()
186 ALOGV("setMaxAcquiredBufferCount(%zu)", count); in setMaxAcquiredBufferCount()
196 ALOGV("setUseAbsoluteTimestamps"); in setUseAbsoluteTimestamps()
[all …]
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 …]
DMidiExtractor.cpp78 ALOGV("MidiSource ctor"); in MidiSource()
84 ALOGV("MidiSource dtor"); in ~MidiSource()
92 ALOGV("MidiSource::start"); in start()
102 ALOGV("MidiSource::stop"); in stop()
119 ALOGV("MidiSource::read"); in read()
132 ALOGV("MidiSource::read %p done", this); in read()
138 ALOGV("MidiSource::init"); in init()
209 ALOGV("using %d byte buffer", bufsize); in allocateBuffers()
221 ALOGV("seekTo %lld", (long long)positionUs); in seekTo()
256 ALOGV("readBuffer: returning %zd in buffer %p", buffer->range_length(), buffer); in readBuffer()
[all …]
/frameworks/av/media/libstagefright/omx/
DGraphicBufferSource.cpp150 ALOGV("GraphicBufferSource w=%u h=%u c=%u", in GraphicBufferSource()
223 ALOGV("--> executing; avail=%zu, codec vec size=%zd", in omxExecuting()
228 ALOGV("clearing last dataSpace"); in omxExecuting()
241 ALOGV("stop load with frames available (codecAvail=%d)", in omxExecuting()
247 ALOGV("done loading initial frames, avail=%zu", mNumFramesAvailable); in omxExecuting()
273 ALOGV("omxIdle"); in omxIdle()
299 ALOGV("--> loaded; avail=%zu eos=%d eosSent=%d", in omxLoaded()
320 ALOGV("addCodecBuffer h=%p size=%" PRIu32 " p=%p", in addCodecBuffer()
343 ALOGV("codecBufferEmptied h=%p size=%" PRIu32 " filled=%" PRIu32 " p=%p", in codecBufferEmptied()
400 ALOGV("cbi %d matches bq slot %d, handle=%p", in codecBufferEmptied()
[all …]
/frameworks/av/media/libstagefright/rtsp/
DAAVCAssembler.cpp75 ALOGV("Not the sequence number I expected"); in addNALUnit()
86 ALOGV("Ignoring corrupt buffer."); in addNALUnit()
110 ALOGV("Ignoring undefined nal type."); in addNALUnit()
117 ALOGV("Ignoring unsupported buffer (nalType=%d)", nalType); in addNALUnit()
127 ALOGV("addSingleNALUnit of size %zu", buffer->size()); in addSingleNALUnit()
148 ALOGV("Discarding too small STAP-A packet."); in addSingleTimeAggregationPacket()
158 ALOGV("Discarding malformed STAP-A packet."); in addSingleTimeAggregationPacket()
174 ALOGV("Unexpected padding at end of STAP-A packet."); in addSingleTimeAggregationPacket()
194 ALOGV("Ignoring malformed FU buffer (size = %zu)", size); in addFragmentedNALUnit()
204 ALOGV("Start bit not set on first buffer"); in addFragmentedNALUnit()
[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>>...18