/frameworks/av/media/extractors/mp4/ |
D | AC4Parser.cpp | 84 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/ |
D | IMediaRecorder.cpp | 83 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get()); in setCamera() 94 ALOGV("setInputSurface(%p)", surface.get()); in setInputSurface() 104 ALOGV("Query SurfaceMediaSource"); in querySurfaceMediaSource() 117 ALOGV("setPreviewSurface(%p)", surface.get()); in setPreviewSurface() 127 ALOGV("init"); in init() 136 ALOGV("setVideoSource(%d)", vs); in setVideoSource() 146 ALOGV("setAudioSource(%d)", as); in setAudioSource() 156 ALOGV("setOutputFormat(%d)", of); in setOutputFormat() 166 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder() 176 ALOGV("setAudioEncoder(%d)", ae); in setAudioEncoder() [all …]
|
D | mediarecorder.cpp | 39 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get()); in setCamera() 51 ALOGV("setCamera failed: %d", ret); in setCamera() 60 ALOGV("setPreviewSurface(%p)", surface.get()); in setPreviewSurface() 76 ALOGV("setPreviewSurface failed: %d", ret); in setPreviewSurface() 85 ALOGV("init"); in init() 97 ALOGV("init failed: %d", ret); in init() 104 ALOGV("setListener failed: %d", ret); in init() 115 ALOGV("setVideoSource(%d)", vs); in setVideoSource() 125 ALOGV("Call init() since the media recorder is not initialized yet"); in setVideoSource() 140 ALOGV("setVideoSource failed: %d", ret); in setVideoSource() [all …]
|
D | mediaplayer.cpp | 55 ALOGV("constructor"); in MediaPlayer() 79 ALOGV("destructor"); in ~MediaPlayer() 91 ALOGV("disconnect"); in disconnect() 117 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("getBufferingSettings"); in getBufferingSettings() [all …]
|
D | CharacterEncodingDetector.cpp | 56 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/ |
D | DrmPassthruPlugIn.cpp | 61 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/camera/ |
D | ICamera.cpp | 72 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 …]
|
D | Camera.cpp | 48 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/libmediaplayerservice/ |
D | MediaRecorderClient.cpp | 58 ALOGV("setInputSurface"); in setInputSurface() 69 ALOGV("Query SurfaceMediaSource"); in querySurfaceMediaSource() 83 ALOGV("setCamera"); in setCamera() 94 ALOGV("setPreviewSurface"); in setPreviewSurface() 105 ALOGV("setVideoSource(%d)", vs); in setVideoSource() 120 ALOGV("setAudioSource(%d)", as); in setAudioSource() 134 ALOGV("setOutputFormat(%d)", of); in setOutputFormat() 145 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder() 156 ALOGV("setAudioEncoder(%d)", ae); in setAudioEncoder() 167 ALOGV("setOutputFile(%d)", fd); in setOutputFile() [all …]
|
D | MetadataRetrieverClient.cpp | 49 ALOGV("MetadataRetrieverClient constructor pid(%d)", pid); in MetadataRetrieverClient() 57 ALOGV("MetadataRetrieverClient destructor"); in ~MetadataRetrieverClient() 76 ALOGV("disconnect from pid %d", mPid); in disconnect() 110 ALOGV("setDataSource(%s)", url); in setDataSource() 126 ALOGV("player type = %d", playerType); in setDataSource() 136 ALOGV("setDataSource fd=%d (%s), offset=%lld, length=%lld", in setDataSource() 145 ALOGV("st_dev = %llu", static_cast<unsigned long long>(sb.st_dev)); in setDataSource() 146 ALOGV("st_mode = %u", sb.st_mode); in setDataSource() 147 ALOGV("st_uid = %lu", static_cast<unsigned long>(sb.st_uid)); in setDataSource() 148 ALOGV("st_gid = %lu", static_cast<unsigned long>(sb.st_gid)); in setDataSource() [all …]
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
D | EffectBundle.cpp | 43 #define ALOGVV ALOGV 50 ALOGV("\tLVM_ERROR : Parameter error - "\ 54 ALOGV("\tLVM_ERROR : Parameter error - "\ 58 ALOGV("\tLVM_ERROR : Parameter error - "\ 62 ALOGV("\tLVM_ERROR : Parameter error - "\ 79 ALOGV("\tLVM_ERROR : Invalid argument: "#cond); \ 198 ALOGV("\n\tEffectCreate start session %d", sessionId); in EffectCreate() 201 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer"); in EffectCreate() 208 ALOGV("\tEffectCreate - Initializing all global memory"); in EffectCreate() 225 ALOGV("\tLVM_ERROR : Cannot find memory to allocate for current session"); in EffectCreate() [all …]
|
/frameworks/av/drm/drmserver/ |
D | DrmManagerService.cpp | 104 ALOGV("instantiate"); in instantiate() 131 ALOGV("created"); in DrmManagerService() 137 ALOGV("Destroyed"); in ~DrmManagerService() 160 ALOGV("Entering setDrmServiceListener"); in setDrmServiceListener() 167 ALOGV("Entering getConstraints from content"); in getConstraints() 172 ALOGV("Entering getMetadata from content"); in getMetadata() 177 ALOGV("Entering canHandle"); in canHandle() 182 ALOGV("Entering processDrmInfo"); in processDrmInfo() 187 ALOGV("Entering acquireDrmInfo"); in acquireDrmInfo() 194 ALOGV("Entering saveRights"); in saveRights() [all …]
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | JpegCompressor.cpp | 35 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() 107 …ALOGV("%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/ |
D | egl_layers.cpp | 79 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, gpaInd… in getNextLayerProcAddress() 90 …ALOGV("getNextLayerProcAddress - name(%s) gpaIndex(%i) gpaNext(%llu) <- using GPA at this address"… in getNextLayerProcAddress() 98 …ALOGV("getNextLayerProcAddress - name(%s) gpaIndex(%i) gpaNext(%llu) Got back (%llu) from GPA", na… in getNextLayerProcAddress() 108 …ALOGV("getNextLayerProcAddress - name(%s) index(%i) entry(%llu) - Got a hit, returning known entry… in getNextLayerProcAddress() 120 …ALOGV("SetupFuncMaps - name(%s), func_idx(%i), No entry for func_indices, assigning now", name, fu… in SetupFuncMaps() 124 … ALOGV("SetupFuncMaps - name(%s), func_idx(%i), Found entry for func_indices", name, func_idx); in SetupFuncMaps() 130 …ALOGV("SetupFuncMaps - name(%s), func_idx(%i), No entry for functions, assigning (%llu)", name, fu… in SetupFuncMaps() 133 …ALOGV("SetupFuncMaps - name(%s), func_idx(%i), Found entry for functions (%llu)", name, func_idx, … in SetupFuncMaps() [all …]
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | FakeComposerClient.cpp | 167 ALOGV("registerEventCallback"); in registerEventCallback() 175 ALOGV("unregisterEventCallback"); in unregisterEventCallback() 192 ALOGV("getMaxVirtualDisplayCount"); in getMaxVirtualDisplayCount() 198 ALOGV("createVirtualDisplay"); in createVirtualDisplay() 203 ALOGV("destroyVirtualDisplay"); in destroyVirtualDisplay() 208 ALOGV("createLayer"); in createLayer() 216 ALOGV("destroyLayer"); in destroyLayer() 222 ALOGV("getActiveConfig"); in getActiveConfig() 240 ALOGV("getClientTargetSupport"); in getClientTargetSupport() 245 ALOGV("getColorModes"); in getColorModes() [all …]
|
/frameworks/av/media/libmediaplayer2/ |
D | mediaplayer2.cpp | 220 ALOGV("Create new player(%p)", player.get()); in Create() 232 ALOGV("constructor"); in MediaPlayer2() 257 ALOGV("destructor"); in ~MediaPlayer2() 269 ALOGV("disconnect"); in disconnect() 297 ALOGV("setListener"); in setListener() 326 ALOGV("setDataSource type(%d), srcId(%lld)", dsd->mType, (long long)dsd->mId); in setDataSource() 374 ALOGV("prepareNextDataSource type(%d), srcId(%lld)", dsd->mType, (long long)dsd->mId); in prepareNextDataSource() 385 ALOGV("playNextDataSource srcId(%lld)", (long long)srcId); in playNextDataSource() 424 ALOGV("setVideoSurfaceTexture(%p)", anw); in setVideoSurfaceTexture() 472 ALOGV("getBufferingSettings"); in getBufferingSettings() [all …]
|
/frameworks/av/drm/mediacas/plugins/mock/ |
D | MockCasPlugin.cpp | 106 ALOGV("CTOR"); in MockCasPlugin() 110 ALOGV("DTOR"); in ~MockCasPlugin() 115 ALOGV("setPrivateData"); in setPrivateData() 120 ALOGV("openSession"); in openSession() 125 ALOGV("closeSession: sessionId=%s", arrayToString(sessionId).string()); in closeSession() 140 ALOGV("setSessionPrivateData: sessionId=%s", in setSessionPrivateData() 154 ALOGV("processEcm: sessionId=%s", arrayToString(sessionId).string()); in processEcm() 162 ALOGV("ECM: size=%zu", ecm.size()); in processEcm() 163 ALOGV("ECM: data=%s", arrayToString(ecm).string()); in processEcm() 169 ALOGV("processEmm"); in processEmm() [all …]
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGLThreadToGL_test.cpp | 75 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/ |
D | SoundPool.cpp | 46 ALOGV("SoundPool constructor: maxChannels=%d, attr.usage=%d, attr.flags=0x%x, attr.tags=%s", in SoundPool() 82 ALOGV("SoundPool destructor"); in ~SoundPool() 92 ALOGV("clear samples"); in ~SoundPool() 128 ALOGV("awake"); in run() 133 ALOGV("Getting channel from stop list"); in run() 148 ALOGV("Getting channel from list"); in run() 166 ALOGV("goodbye"); in run() 176 ALOGV("return from quit"); in quit() 221 ALOGV("load: fd=%d, offset=%" PRId64 ", length=%" PRId64 ", priority=%d", in load() 242 ALOGV("unload: sampleID=%d", sampleID); in unload() [all …]
|
/frameworks/av/media/libeffects/proxy/ |
D | EffectProxy.cpp | 63 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/media/libeffects/lvm/wrapper/Reverb/ |
D | EffectReverb.cpp | 42 ALOGV("\tLVREV_ERROR : Parameter error - "\ 46 ALOGV("\tLVREV_ERROR : Parameter error - "\ 50 ALOGV("\tLVREV_ERROR : Parameter error - "\ 217 ALOGV("\t\nEffectCreate start"); in EffectCreate() 220 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer"); in EffectCreate() 228 ALOGV("\tEffectCreate - UUID matched Reverb type %d, UUID = %x", i, desc->uuid.timeLow); in EffectCreate() 245 ALOGV("\tEffectCreate - AUX"); in EffectCreate() 247 ALOGV("\tEffectCreate - INS"); in EffectCreate() 256 ALOGV("\tEffectCreate - PRESET"); in EffectCreate() 258 ALOGV("\tEffectCreate - ENVIRONMENTAL"); in EffectCreate() [all …]
|
/frameworks/rs/ |
D | rsObjectBase.cpp | 43 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/codec2/components/aac/ |
D | DrcPresModeWrap.cpp | 76 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() 324 …ALOGV("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() 335 …ALOGV("DRC presentation mode wrapper: forced attenuation factor to %d (from %d)\n", newAttFactor, … in update() 337 … ALOGV("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/codecs/aacdec/ |
D | DrcPresModeWrap.cpp | 76 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() 324 …ALOGV("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() 335 …ALOGV("DRC presentation mode wrapper: forced attenuation factor to %d (from %d)\n", newAttFactor, … in update() 337 … ALOGV("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/bqhelper/ |
D | GraphicBufferSource.cpp | 347 ALOGV("GraphicBufferSource"); in GraphicBufferSource() 374 ALOGV("~GraphicBufferSource"); in ~GraphicBufferSource() 416 ALOGV("--> start; available=%zu, submittable=%zd", in start() 421 ALOGV("clearing last dataSpace"); in start() 434 ALOGV("stop load with available=%zu+%d", in start() 440 ALOGV("done loading initial frames, available=%zu+%d", in start() 465 ALOGV("stop"); in stop() 489 ALOGV("--> release; available=%zu+%d eos=%d eosSent=%d acquired=%d", in release() 516 ALOGV("addCodecBuffer: bufferId=%u", bufferId); in onInputBufferAdded() 547 ALOGV("onInputBufferEmptied: EOS null buffer (bufferId=%u@%zd)", bufferId, cbi); in onInputBufferEmptied() [all …]
|