* [Bluez-users] Sbc encode optimization
@ 2008-06-26 6:03 salyer
2008-06-26 13:22 ` [Bluez-devel] adding PDU and debbugging sdp daemon Carlo Giuseppe Monaco
2008-06-26 14:26 ` [Bluez-users] Sbc encode optimization Brad Midgley
0 siblings, 2 replies; 4+ messages in thread
From: salyer @ 2008-06-26 6:03 UTC (permalink / raw)
To: bluez-users
[-- Attachment #1.1: Type: text/plain, Size: 276 bytes --]
Dear sir ,
I see "There are a couple of optimizations the codec could see but it
performs reasonably on 200MHz+ devices. " on the wiki.bluez.org site.
Would you tell me how to optimise the sbc encode for arm926ejs? Thanks.
Best Regards & Thanks
Paul Zhu.
--
Best Regards!
[-- Attachment #1.2: Type: text/html, Size: 371 bytes --]
[-- Attachment #2: Type: text/plain, Size: 247 bytes --]
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bluez-devel] adding PDU and debbugging sdp daemon
2008-06-26 6:03 [Bluez-users] Sbc encode optimization salyer
@ 2008-06-26 13:22 ` Carlo Giuseppe Monaco
2008-06-26 13:27 ` Carlo Giuseppe Monaco
2008-06-26 14:26 ` [Bluez-users] Sbc encode optimization Brad Midgley
1 sibling, 1 reply; 4+ messages in thread
From: Carlo Giuseppe Monaco @ 2008-06-26 13:22 UTC (permalink / raw)
To: bluez-devel
[-- Attachment #1.1: Type: text/plain, Size: 1128 bytes --]
Dear Sir,
I'm modifying bluez-libs and bluez-utils (i'm using
3.9 version) to introduce new pdu relating to registration, request and
response of new services.
For example i'm adding new pdu types, defining them into bluez-libs-3.9/include/sdp.h
# define SDP_NEW_REGISTER_REQ 0x85
But
during debugging I returned errno = EINVAL (in function process_request
written in bluez_utils_3.9/sdpd/request.c )and the sdp daemon log file
gets the following result:
Jun 25 21:26:31 pinta-desktop hcid[4967]: Unknown PDU ID : 0x85 received
How can i accept new types of pdu declared?
Is
there a way to debug sdp daemon alternative to log file, for example
using gdb o using particular options in ./configure command? I tried
using --enable-debug option for configure and launching gdb, but they
don't work.
Thanks for your support and sorry for my english.
Best Regards,
Carlo M.
_________________________________________________________________
Connect to the next generation of MSN Messenger
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline
[-- Attachment #1.2: Type: text/html, Size: 1671 bytes --]
[-- Attachment #2: Type: text/plain, Size: 247 bytes --]
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bluez-devel] adding PDU and debbugging sdp daemon
2008-06-26 13:22 ` [Bluez-devel] adding PDU and debbugging sdp daemon Carlo Giuseppe Monaco
@ 2008-06-26 13:27 ` Carlo Giuseppe Monaco
0 siblings, 0 replies; 4+ messages in thread
From: Carlo Giuseppe Monaco @ 2008-06-26 13:27 UTC (permalink / raw)
To: bluez-devel
[-- Attachment #1.1: Type: text/plain, Size: 1271 bytes --]
Dear Sir,
I'm modifying bluez-libs and bluez-utils (i'm using
3.9 version) to introduce new pdu relating to registration, request and
response of new services.
For example i'm adding new pdu types, defining them into bluez-libs-3.9/include/sdp.h
# define SDP_NEW_REGISTER_REQ 0x85
But
during debugging I returned errno = EINVAL (set by sdp_device_record_register_binary written in sdp.c ) and the sdp daemon log file
gets the following result:
Jun 25 21:26:31 pinta-desktop hcid[4967]: Unknown PDU ID : 0x85 received
(i thintk it's a message sent from function process_request
written in bluez_utils_3.9/sdpd/request.c )
How can i accept new types of pdu declared?
Is
there a way to debug sdp daemon alternative to log file, for example
using gdb o using particular options in ./configure command? I tried
using --enable-debug option for configure and launching gdb, but they
don't work.
Thanks for your support and sorry for my english.
Best Regards,
Carlo M.
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
[-- Attachment #1.2: Type: text/html, Size: 2101 bytes --]
[-- Attachment #2: Type: text/plain, Size: 247 bytes --]
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] Sbc encode optimization
2008-06-26 6:03 [Bluez-users] Sbc encode optimization salyer
2008-06-26 13:22 ` [Bluez-devel] adding PDU and debbugging sdp daemon Carlo Giuseppe Monaco
@ 2008-06-26 14:26 ` Brad Midgley
1 sibling, 0 replies; 4+ messages in thread
From: Brad Midgley @ 2008-06-26 14:26 UTC (permalink / raw)
To: BlueZ users
Paul
> I see "There are a couple of optimizations the codec could see but it
> performs reasonably on 200MHz+ devices. " on the wiki.bluez.org site.
> Would you tell me how to optimise the sbc encode for arm926ejs? Thanks.
The input data is copied a couple of times inside the encoder. It
would be faster if it was not being copied.
There are places, like the precomputed tables, that could be
represented in 16 bits. There was no advantage to doing this on the TI
arm chip but it might be a different result for other chips.
--
Brad
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-06-26 14:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-26 6:03 [Bluez-users] Sbc encode optimization salyer
2008-06-26 13:22 ` [Bluez-devel] adding PDU and debbugging sdp daemon Carlo Giuseppe Monaco
2008-06-26 13:27 ` Carlo Giuseppe Monaco
2008-06-26 14:26 ` [Bluez-users] Sbc encode optimization Brad Midgley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox