Loading media/libstagefright/ACodec.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -6975,10 +6975,9 @@ status_t ACodec::LoadedState::setupInputSurface() { return err; } using hardware::media::omx::V1_0::utils::TWOmxNode; err = statusFromBinderStatus( mCodec->mGraphicBufferSource->configure( new TWOmxNode(mCodec->mOMXNode), mCodec->mOMXNode->getHalInterface<IOmxNode>(), static_cast<hardware::graphics::common::V1_0::Dataspace>(dataSpace))); if (err != OK) { ALOGE("[%s] Unable to configure for node (err %d)", Loading Loading
media/libstagefright/ACodec.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -6975,10 +6975,9 @@ status_t ACodec::LoadedState::setupInputSurface() { return err; } using hardware::media::omx::V1_0::utils::TWOmxNode; err = statusFromBinderStatus( mCodec->mGraphicBufferSource->configure( new TWOmxNode(mCodec->mOMXNode), mCodec->mOMXNode->getHalInterface<IOmxNode>(), static_cast<hardware::graphics::common::V1_0::Dataspace>(dataSpace))); if (err != OK) { ALOGE("[%s] Unable to configure for node (err %d)", Loading