Home
last modified time | relevance | path

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

12345678910>>...28

/frameworks/av/media/extractors/mp4/
DAC4Parser.cpp84 ALOGV("%u.%u: language_tag = %s\n", presentationID, substreamID, language_tag_bytes); in parseLanguageTag()
100 ALOGV("%u.%u: channel_mode = %u (%s)\n", presentationID, substreamID, channel_mode, in parseSubstreamDSI()
102 ALOGV("%u.%u: dsi_sf_multiplier = %u\n", presentationID, in parseSubstreamDSI()
104 ALOGV("%u.%u: b_substream_bitrate_indicator = %s\n", presentationID, in parseSubstreamDSI()
110 ALOGV("%u.%u: substream_bitrate_indicator = %u\n", presentationID, substreamID, in parseSubstreamDSI()
116 ALOGV("%u.%u: add_ch_base = %u\n", presentationID, substreamID, add_ch_base); in parseSubstreamDSI()
120 ALOGV("%u.%u: b_content_type = %s\n", presentationID, substreamID, BOOLSTR(b_content_type)); in parseSubstreamDSI()
124 ALOGV("%u.%u: content_classifier = %u (%s)\n", presentationID, substreamID, in parseSubstreamDSI()
137 ALOGV("%u.%u: b_language_indicator = %s\n", presentationID, substreamID, in parseSubstreamDSI()
160 ALOGV("%u.%u: b_substreams_present = %s\n", presentationID, groupID, in parseSubstreamGroupDSI()
[all …]
/frameworks/av/media/libmedia/
Dmediarecorder.cpp41 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get()); in setCamera()
53 ALOGV("setCamera failed: %d", ret); in setCamera()
62 ALOGV("setPreviewSurface(%p)", surface.get()); in setPreviewSurface()
78 ALOGV("setPreviewSurface failed: %d", ret); in setPreviewSurface()
87 ALOGV("init"); in init()
99 ALOGV("init failed: %d", ret); in init()
106 ALOGV("setListener failed: %d", ret); in init()
117 ALOGV("setVideoSource(%d)", vs); in setVideoSource()
127 ALOGV("Call init() since the media recorder is not initialized yet"); in setVideoSource()
142 ALOGV("setVideoSource failed: %d", ret); in setVideoSource()
[all …]
DIMediaRecorder.cpp86 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get()); in setCamera()
97 ALOGV("setInputSurface(%p)", surface.get()); in setInputSurface()
107 ALOGV("Query SurfaceMediaSource"); in querySurfaceMediaSource()
120 ALOGV("setPreviewSurface(%p)", surface.get()); in setPreviewSurface()
130 ALOGV("init"); in init()
139 ALOGV("setVideoSource(%d)", vs); in setVideoSource()
149 ALOGV("setAudioSource(%d)", as); in setAudioSource()
159 ALOGV("%s(%s)", __func__, privacySensitive ? "true" : "false"); in setPrivacySensitive()
183 ALOGV("%s status %d enabled: %s", __func__, status, *privacySensitive ? "true" : "false"); in isPrivacySensitive()
189 ALOGV("setOutputFormat(%d)", of); in setOutputFormat()
[all …]
Dmediaplayer.cpp48 ALOGV("constructor"); in MediaPlayer()
72 ALOGV("destructor"); in ~MediaPlayer()
84 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()
202 ALOGV("setDataSource(rtpParams)"); in setDataSource()
223 ALOGV("invoke %zu", request.dataSize()); in invoke()
253 ALOGV("setVideoSurfaceTexture"); in setVideoSurfaceTexture()
[all …]
DCharacterEncodingDetector.cpp56 ALOGV("System locale encoding = %s", mLocaleEnc); in CharacterEncodingDetector()
58 ALOGV("Didn't recognize system locale setting, defaulting to en_US"); in CharacterEncodingDetector()
61 ALOGV("Couldn't read system locale setting, assuming en_US"); in CharacterEncodingDetector()
100 ALOGV("%d tags before conversion", size); in detectAndConvert()
102 ALOGV("%s: %s", mNames.getEntry(i), mValues.getEntry(i)); in detectAndConvert()
138 ALOGV("all tags are printable, assuming ascii (%zu)", strlen(buf)); in detectAndConvert()
146 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest); in detectAndConvert()
148 ALOGV("not a good match, trying with more data"); in detectAndConvert()
174 ALOGV("still not a good match after adding printable tags"); in detectAndConvert()
178 ALOGV("no printable tags to add"); in detectAndConvert()
[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/libmediaplayerservice/
DMediaRecorderClient.cpp59 ALOGV("setInputSurface"); in setInputSurface()
70 ALOGV("Query SurfaceMediaSource"); in querySurfaceMediaSource()
84 ALOGV("setCamera"); in setCamera()
95 ALOGV("setPreviewSurface"); in setPreviewSurface()
106 ALOGV("setVideoSource(%d)", vs); in setVideoSource()
121 ALOGV("setAudioSource(%d)", as); in setAudioSource()
144 ALOGV("%s(%s)", __func__, privacySensitive ? "true" : "false"); in setPrivacySensitive()
161 ALOGV("%s: status: %d enabled: %s", __func__, status, *privacySensitive ? "true" : "false"); in isPrivacySensitive()
167 ALOGV("setOutputFormat(%d)", of); in setOutputFormat()
178 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder()
[all …]
DMetadataRetrieverClient.cpp50 ALOGV("MetadataRetrieverClient constructor pid(%d)", pid); in MetadataRetrieverClient()
58 ALOGV("MetadataRetrieverClient destructor"); in ~MetadataRetrieverClient()
77 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/libstagefright/
DMediaAppender.cpp66 ALOGV("MediaAppender::MediaAppender mode:%d", mode); in MediaAppender()
71 ALOGV("MediaAppender::init"); in init()
86 ALOGV("mTrackCount:%zu", mTrackCount); in init()
105 ALOGV("VideoTrack"); in init()
112 ALOGV("AudioTrack"); in init()
118 ALOGV("Neither Video nor Audio track"); in init()
133 ALOGV("AudioTrackIndex:%zu, VideoTrackIndex:%zu", audioTrackIndex, videoTrackIndex); in init()
187 ALOGV("before ignoring frames, mLastSyncSampleTimeVect:%lld", (long long)syncSampleTime); in init()
189 ALOGV("mMode:%u", mMode); in init()
191 ALOGV("Video track is present"); in init()
[all …]
/frameworks/av/drm/drmserver/
DDrmManagerService.cpp104 ALOGV("instantiate"); in instantiate()
131 ALOGV("created"); in DrmManagerService()
138 ALOGV("Destroyed"); in ~DrmManagerService()
161 ALOGV("Entering setDrmServiceListener"); in setDrmServiceListener()
168 ALOGV("Entering getConstraints from content"); in getConstraints()
173 ALOGV("Entering getMetadata from content"); in getMetadata()
178 ALOGV("Entering canHandle"); in canHandle()
183 ALOGV("Entering processDrmInfo"); in processDrmInfo()
188 ALOGV("Entering acquireDrmInfo"); in acquireDrmInfo()
195 ALOGV("Entering saveRights"); in saveRights()
[all …]
/frameworks/av/camera/
DICamera.cpp74 ALOGV("disconnect"); in disconnect()
85 ALOGV("setPreviewTarget"); in setPreviewTarget()
98 ALOGV("setPreviewCallbackFlag(%d)", flag); in setPreviewCallbackFlag()
108 ALOGV("setPreviewCallbackTarget"); in setPreviewCallbackTarget()
120 ALOGV("startPreview"); in startPreview()
130 ALOGV("startRecording"); in startRecording()
140 ALOGV("stopPreview"); in stopPreview()
149 ALOGV("stopRecording"); in stopRecording()
157 ALOGV("releaseRecordingFrame"); in releaseRecordingFrame()
166 ALOGV("releaseRecordingFrameHandle"); in releaseRecordingFrameHandle()
[all …]
DCamera.cpp47 ALOGV("create"); in create()
82 ALOGV("reconnect"); in reconnect()
105 ALOGV("setPreviewTarget(%p)", bufferProducer.get()); in setPreviewTarget()
114 ALOGV("setVideoTarget(%p)", bufferProducer.get()); in setVideoTarget()
124 ALOGV("startPreview"); in startPreview()
132 ALOGV("setVideoBufferMode: %d", videoBufferMode); in setVideoBufferMode()
141 ALOGV("startRecording"); in startRecording()
150 ALOGV("stopPreview"); in stopPreview()
159 ALOGV("stopRecording"); in stopRecording()
168 ALOGV("releaseRecordingFrame"); in releaseRecordingFrame()
[all …]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp43 #define ALOGVV ALOGV
53 ALOGV("\tLVM_ERROR : Parameter error - " \
58 ALOGV("\tLVM_ERROR : Parameter error - " \
63 ALOGV("\tLVM_ERROR : Parameter error - " \
68 ALOGV("\tLVM_ERROR : Parameter error - " \
87 ALOGV("\tLVM_ERROR : Invalid argument: " #cond); \
178 ALOGV("\n\tEffectCreate start session %d", sessionId); in EffectCreate()
181 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer"); in EffectCreate()
188 ALOGV("\tEffectCreate - Initializing all global memory"); in EffectCreate()
205 ALOGV("\tLVM_ERROR : Cannot find memory to allocate for current session"); 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/native/opengl/libs/EGL/
Degl_layers.cpp79 ALOGV("getNextLayerProcAddress servicing %s", name); in getNextLayerProcAddress()
84 ALOGV("getNextLayerProcAddress - name(%s) no func_indices entry found", name); in getNextLayerProcAddress()
88 ALOGV("getNextLayerProcAddress - name(%s) gpaIndex(%i) <- using GPA from this index", name, in getNextLayerProcAddress()
91 ALOGV("getNextLayerProcAddress - name(%s) gpaIndex(%i) gpaNext(%llu) <- using GPA at this " in getNextLayerProcAddress()
100 ALOGV("getNextLayerProcAddress - name(%s) gpaIndex(%i) gpaNext(%llu) Got back (%llu) from " in getNextLayerProcAddress()
112 ALOGV("getNextLayerProcAddress - name(%s) index(%i) entry(%llu) - Got a hit, returning known " in getNextLayerProcAddress()
126 ALOGV("SetupFuncMaps - name(%s), func_idx(%i), No entry for func_indices, assigning " in SetupFuncMaps()
132 ALOGV("SetupFuncMaps - name(%s), func_idx(%i), Found entry for func_indices", name, in SetupFuncMaps()
139 ALOGV("SetupFuncMaps - name(%s), func_idx(%i), No entry for functions, assigning " in SetupFuncMaps()
144 ALOGV("SetupFuncMaps - name(%s), func_idx(%i), Found entry for functions (%llu)", name, in SetupFuncMaps()
[all …]
/frameworks/av/drm/mediacas/plugins/mock/
DMockCasPlugin.cpp106 ALOGV("CTOR"); in MockCasPlugin()
110 ALOGV("DTOR"); in ~MockCasPlugin()
116 ALOGV("setStatusCallback"); in setStatusCallback()
121 ALOGV("setPrivateData"); in setPrivateData()
126 ALOGV("openSession"); in openSession()
132 ALOGV("openSession with intent=%d, mode=%d", intent, mode); in openSession()
138 ALOGV("closeSession: sessionId=%s", arrayToString(sessionId).string()); in closeSession()
153 ALOGV("setSessionPrivateData: sessionId=%s", in setSessionPrivateData()
167 ALOGV("processEcm: sessionId=%s", arrayToString(sessionId).string()); in processEcm()
175 ALOGV("ECM: size=%zu", ecm.size()); in processEcm()
[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/av/media/libmedia/tests/codeclist/
DCodecListTest.cpp83 ALOGV("Compare CodecInfo with info in XML"); in TEST()
112 ALOGV("codec name: %s", info->getCodecName()); in TEST()
113 ALOGV("codec rank: %d", info->getRank()); in TEST()
114 ALOGV("codec ownername: %s", info->getOwnerName()); in TEST()
115 ALOGV("codec isEncoder: %d", info->isEncoder()); in TEST()
117 ALOGV("attributeFlags: kFlagIsHardwareAccelerated, kFlagIsSoftwareOnly, kFlagIsVendor, " in TEST()
120 ALOGV("codec attributes: %s", attr.to_string().c_str()); in TEST()
124 ALOGV("supported media types count: %zu", mediaTypes.size()); in TEST()
130 ALOGV("codec mediaTypes: %s", mediaType.c_str()); in TEST()
142 ALOGV("supported color formats: %d", colorFormat); in TEST()
[all …]
/frameworks/av/media/libeffects/proxy/
DEffectProxy.cpp63 ALOGV("EffectProxyCreate start.."); in EffectProxyCreate()
135 ALOGV("EffectCreate() UUID of HOST: %08X-%04X-%04X-%04X-%02X%02X%02X%02X" in EffectProxyCreate()
140 ALOGV("EffectCreate() UUID of OFFLOAD: %08X-%04X-%04X-%04X-%02X%02X%02X%02X" in EffectProxyCreate()
151 ALOGV("EffectCreate end"); in EffectProxyCreate()
158 ALOGV("ERROR : EffectRelease called with NULL pointer"); in EffectProxyRelease()
161 ALOGV("EffectRelease"); in EffectProxyRelease()
181 ALOGV("EffectGetDescriptor() called with NULL pointer"); in EffectProxyGetDescriptor()
218 ALOGV("Effect_command() Proxy context is NULL"); in Effect_command()
222 ALOGV("Effect_command() Calling HOST EffectCreate"); in Effect_command()
228 ALOGV("Effect_command() Error creating SW sub effect"); in Effect_command()
[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/base/media/jni/soundpool/
DSoundDecoder.cpp35 ALOGV("%s(%p, %zu)", __func__, soundManager, threads); in SoundDecoder()
44 ALOGV("%s()", __func__); in ~SoundDecoder()
50 ALOGV("%s()", __func__); in quit()
62 ALOGV("%s(%d): entering", __func__, id); in run()
66 ALOGV("%s(%d): waiting", __func__, id); in run()
77 ALOGV("%s(%d): processing soundID: %d size: %zu", __func__, id, soundID, mSoundIDs.size()); in run()
84 ALOGV("%s(%d): notifying loaded soundID:%d status:%d", __func__, id, soundID, status); in run()
88 ALOGV("%s(%d): exiting", __func__, id); in run()
93 ALOGV("%s(%d)", __func__, soundID); in loadSound()
99 ALOGV("%s: waiting soundID: %d size: %zu", __func__, soundID, mSoundIDs.size()); in loadSound()
[all …]
DSound.cpp38 ALOGV("%s(soundID=%d, fd=%d, offset=%lld, length=%lld)", in Sound()
45 ALOGV("%s(soundID=%d, fd=%d)", __func__, mSoundID, mFd.get()); in ~Sound()
52 ALOGV("%s(fd=%d, offset=%lld, length=%lld, ...)", in decode()
92 ALOGV("%s: input buffer %zd", __func__, bufidx); in decode()
103 ALOGV("%s: read %zd", __func__, sampleSize); in decode()
107 ALOGV("%s: EOS", __func__); in decode()
128 ALOGV("%s: dequeueoutput returned: %zd", __func__, status); in decode()
131 ALOGV("%s: output EOS", __func__); in decode()
134 ALOGV("%s: got decoded buffer size %d", __func__, info.size); in decode()
162 ALOGV("%s: output buffers changed", __func__); in decode()
[all …]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp44 ALOGV("\tLVREV_ERROR : Parameter error - " \
49 ALOGV("\tLVREV_ERROR : Parameter error - " \
54 ALOGV("\tLVREV_ERROR : Parameter error - " \
201 ALOGV("\t\nEffectCreate start"); in EffectCreate()
204 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer"); in EffectCreate()
211 ALOGV("\tEffectCreate - UUID matched Reverb type %d, UUID = %x", i, desc->uuid.timeLow); in EffectCreate()
228 ALOGV("\tEffectCreate - AUX"); in EffectCreate()
230 ALOGV("\tEffectCreate - INS"); in EffectCreate()
239 ALOGV("\tEffectCreate - PRESET"); in EffectCreate()
241 ALOGV("\tEffectCreate - ENVIRONMENTAL"); in EffectCreate()
[all …]
/frameworks/av/media/libstagefright/codecs/aacdec/
DDrcPresModeWrap.cpp75 ALOGV("DRC presentation mode wrapper: drcProgRefLev is %d\n", mStreamPRL); in submitStreamData()
83 ALOGV("DRC presentation mode wrapper: drcPresMode is %d\n", mStreamDRCPresMode); in submitStreamData()
91 ALOGV("DRC presentation mode wrapper: aacNumChannels is %d\n", mStreamNrAACChan); in submitStreamData()
99 ALOGV("DRC presentation mode wrapper: numChannels is %d\n", mStreamNrOutChan); in submitStreamData()
323ALOGV("DRC presentation mode wrapper: forced target level to %d (from %d)\n", newTarget, mDesTarge… in update()
325 ALOGV("DRC presentation mode wrapper: set target level to %d\n", newTarget); in update()
334ALOGV("DRC presentation mode wrapper: forced attenuation factor to %d (from %d)\n", newAttFactor, … in update()
336ALOGV("DRC presentation mode wrapper: set attenuation factor to %d\n", newAttFactor); in update()
345 ALOGV("DRC presentation mode wrapper: forced boost factor to %d (from %d)\n", in update()
348 ALOGV("DRC presentation mode wrapper: set boost factor to %d\n", newBoostFactor); in update()
[all …]
/frameworks/av/media/codec2/components/aac/
DDrcPresModeWrap.cpp75 ALOGV("DRC presentation mode wrapper: drcProgRefLev is %d\n", mStreamPRL); in submitStreamData()
83 ALOGV("DRC presentation mode wrapper: drcPresMode is %d\n", mStreamDRCPresMode); in submitStreamData()
91 ALOGV("DRC presentation mode wrapper: aacNumChannels is %d\n", mStreamNrAACChan); in submitStreamData()
99 ALOGV("DRC presentation mode wrapper: numChannels is %d\n", mStreamNrOutChan); in submitStreamData()
323ALOGV("DRC presentation mode wrapper: forced target level to %d (from %d)\n", newTarget, mDesTarge… in update()
325 ALOGV("DRC presentation mode wrapper: set target level to %d\n", newTarget); in update()
334ALOGV("DRC presentation mode wrapper: forced attenuation factor to %d (from %d)\n", newAttFactor, … in update()
336ALOGV("DRC presentation mode wrapper: set attenuation factor to %d\n", newAttFactor); in update()
345 ALOGV("DRC presentation mode wrapper: forced boost factor to %d (from %d)\n", in update()
348 ALOGV("DRC presentation mode wrapper: set boost factor to %d\n", newBoostFactor); in update()
[all …]

12345678910>>...28