summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/vss
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-05 23:22:50 +0000
committerSteve Block <steveblock@google.com>2012-01-05 23:22:50 +0000
commite70ff37034fdb93f65d34704aec400ec9123e55c (patch)
tree86126a3cbaf89654ea427daac9a9822decba34a2 /libvideoeditor/vss
parentec9e663f697df4254dacc79f52cdb633179c92ab (diff)
downloadframeworks_av-e70ff37034fdb93f65d34704aec400ec9123e55c.zip
frameworks_av-e70ff37034fdb93f65d34704aec400ec9123e55c.tar.gz
frameworks_av-e70ff37034fdb93f65d34704aec400ec9123e55c.tar.bz2
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I605079da4a7c01e6555e2aab6f16ccf8cc6ac694
Diffstat (limited to 'libvideoeditor/vss')
-rwxr-xr-xlibvideoeditor/vss/stagefrightshells/src/VideoEditorAudioDecoder.cpp2
-rwxr-xr-xlibvideoeditor/vss/stagefrightshells/src/VideoEditorVideoEncoder.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/libvideoeditor/vss/stagefrightshells/src/VideoEditorAudioDecoder.cpp b/libvideoeditor/vss/stagefrightshells/src/VideoEditorAudioDecoder.cpp
index 62ec51a..02aabae 100755
--- a/libvideoeditor/vss/stagefrightshells/src/VideoEditorAudioDecoder.cpp
+++ b/libvideoeditor/vss/stagefrightshells/src/VideoEditorAudioDecoder.cpp
@@ -163,7 +163,7 @@ status_t VideoEditorAudioDecoderSource::stop() {
for (int i = 0; i < n; i++) {
mBuffers.itemAt(i)->release();
}
- LOGW("VideoEditorAudioDecoderSource::stop : %d buffer remained", n);
+ ALOGW("VideoEditorAudioDecoderSource::stop : %d buffer remained", n);
mBuffers.clear();
}
diff --git a/libvideoeditor/vss/stagefrightshells/src/VideoEditorVideoEncoder.cpp b/libvideoeditor/vss/stagefrightshells/src/VideoEditorVideoEncoder.cpp
index 5e37c1b..49ac2f1 100755
--- a/libvideoeditor/vss/stagefrightshells/src/VideoEditorVideoEncoder.cpp
+++ b/libvideoeditor/vss/stagefrightshells/src/VideoEditorVideoEncoder.cpp
@@ -1311,7 +1311,7 @@ M4OSA_ERR VideoEditorVideoEncoder_stop(M4ENCODER_Context pContext) {
}
if (pEncoderContext->mNbInputFrames != pEncoderContext->mNbOutputFrames) {
- LOGW("Some frames were not encoded: input(%d) != output(%d)",
+ ALOGW("Some frames were not encoded: input(%d) != output(%d)",
pEncoderContext->mNbInputFrames, pEncoderContext->mNbOutputFrames);
}
@@ -1326,7 +1326,7 @@ cleanUp:
}
M4OSA_ERR VideoEditorVideoEncoder_regulBitRate(M4ENCODER_Context pContext) {
- LOGW("regulBitRate is not implemented");
+ ALOGW("regulBitRate is not implemented");
return M4NO_ERROR;
}