Loading media/libstagefright/ACodec.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -3989,6 +3989,8 @@ bool ACodec::UninitializedState::onAllocateComponent(const sp<AMessage> &msg) { if (err == OK) { break; } else { ALOGW("Allocating component '%s' failed, try next one.", componentName.c_str()); } node = NULL; Loading media/libstagefright/omx/OMX.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -233,7 +233,7 @@ status_t OMX::allocateNode( instance, &handle); if (err != OMX_ErrorNone) { ALOGV("FAILED to allocate omx component '%s'", name); ALOGE("FAILED to allocate omx component '%s'", name); instance->onGetHandleFailed(); Loading Loading
media/libstagefright/ACodec.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -3989,6 +3989,8 @@ bool ACodec::UninitializedState::onAllocateComponent(const sp<AMessage> &msg) { if (err == OK) { break; } else { ALOGW("Allocating component '%s' failed, try next one.", componentName.c_str()); } node = NULL; Loading
media/libstagefright/omx/OMX.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -233,7 +233,7 @@ status_t OMX::allocateNode( instance, &handle); if (err != OMX_ErrorNone) { ALOGV("FAILED to allocate omx component '%s'", name); ALOGE("FAILED to allocate omx component '%s'", name); instance->onGetHandleFailed(); Loading