List Info

Thread: CR: Filter out some SetPosition() for Quick seek




CR: Filter out some SetPosition() for Quick seek
user name
2007-12-17 07:08:21

Synopsis:

    when user drag the seek bar, there is too many SetPosition() called.

    the server may overload for this, especially on a low-end device.

    we filter out some commnad, and response SetPosition() with no more than 10 times per second

   

   

Overview:

    when user drag the seek bar, there is too many SetPosition() called.

    the server may overload for this, especially on a low-end device.

    we filter out some commnad, and response SetPosition() with no more than 10 times per second

       

Files Added:

       No file added

Files Modified:

    helix-dbus-server.cpp: (player/kit/dbus-server/src/helix-dbus-server.cpp)

        filter out some SetPosition() calls, only do it in no more than 10 times per second

       

Image Size and Heap Use impact (Client -Only):

    little

Platforms and Profiles Affected:

    platform:   linux-2.2-libc6-gcc32-i586

    profile:    helix-client-all-defines

 

Distribution Libraries Affected:

    <helix-dbus-server.bin>

Distribution library impact and planned action:

    <None>

Platforms and Profiles Build Verified:

    Set BIF branch  -> hxdbus_3_1_0_atlas

    Set Target(s)   -> dbus_server_with_video

    Set Profile     -> helix-client-all-defines

    System ID  ;     -> linux-2.2-libc6-gcc32-i586

Branch:

    HEAD, hxclient_3_1_0_atlas

Copyright assignment: <MUST be one of the following statements >

 &nbsp; 2. ; &nbsp; &nbsp; Intel has signed and delivered a Joint Copyright Assignment

 &nbsp; &nbsp; &nbsp; &nbsp;   to RealNetworks, and received acknowledgment that the

 &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp;agreement was received.

Files Attached:

 &nbsp;  dbus-server-seek-filter.diff

ZHAO, Halley (Aihua)

Email: halley.zhaointel.com" title="mailto:hui.xueintel.com">intel.com

Tel: +86(21)61166476

iNet: 8821-6476

SSG/OTC/UMD

 

  
RE: CR: Filter out some SetPosition() for Quick seek
country flaguser name
United States
2007-12-17 07:49:42
This looks good.

=============================================
Eric Hyche (ehychereal.com)
Technical Lead
RealNetworks, Inc.  

> -----Original Message-----
> From: player-dev-bounceshelixcommunity.org 
> [mailto:player-dev-bounceshelixcommunity.org] On
Behalf Of 
> Zhao, Halley
> Sent: Monday, December 17, 2007 8:08 AM
> To: helix-client-devhelixcommunity.org
> Cc: Shen, Cathy; player-devhelixcommunity.org
> Subject: [Player-dev] CR: Filter out some SetPosition()
for Quick seek
> 
> Synopsis: 
> 
>     when user drag the seek bar, there is too many 
> SetPosition() called.
> 
>     the server may overload for this, especially on a
low-end device.
> 
>     we filter out some commnad, and response
SetPosition() 
> with no more than 10 times per second
> 
>     
> 
>     
> 
> Overview: 
> 
>     when user drag the seek bar, there is too many 
> SetPosition() called.
> 
>     the server may overload for this, especially on a
low-end device.
> 
>     we filter out some commnad, and response
SetPosition() 
> with no more than 10 times per second
> 
>         
> 
> Files Added:
> 
>        No file added
> 
> Files Modified:
> 
>     helix-dbus-server.cpp: 
> (player/kit/dbus-server/src/helix-dbus-server.cpp)
> 
>         filter out some SetPosition() calls, only do it
in no 
> more than 10 times per second
> 
>         
> 
> Image Size and Heap Use impact (Client -Only):
> 
>     little
> 
> Platforms and Profiles Affected:
> 
>     platform:   linux-2.2-libc6-gcc32-i586
> 
>     profile:    helix-client-all-defines
> 
>  
> 
> Distribution Libraries Affected:
> 
>     <helix-dbus-server.bin>
> 
> Distribution library impact and planned action:
> 
>     <None>
> 
> Platforms and Profiles Build Verified:
> 
>     Set BIF branch  -> hxdbus_3_1_0_atlas
> 
>     Set Target(s)   -> dbus_server_with_video
> 
>     Set Profile     -> helix-client-all-defines
> 
>     System ID       -> linux-2.2-libc6-gcc32-i586
> 
> Branch: 
> 
>     HEAD, hxclient_3_1_0_atlas
> 
> Copyright assignment: <MUST be one of the following
statements >
> 
>    2.      Intel has signed and delivered a Joint
Copyright Assignment
> 
>            to RealNetworks, and received acknowledgment
that the 
> 
>            agreement was received. 
> 
> Files Attached:
> 
>     dbus-server-seek-filter.diff
> 
> ZHAO, Halley (Aihua)
> 
> Email: halley.zhaointel.com <mailto:aihua.zhaointel.com> 
> 
> Tel: +86(21)61166476
> 
> iNet: 8821-6476
> 
> SSG/OTC/UMD
> 
>  
> 
> 


_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

RE: CR: Filter out some SetPosition() for Quick seek
country flaguser name
United States
2007-12-17 07:49:42
This looks good.

=============================================
Eric Hyche (ehychereal.com)
Technical Lead
RealNetworks, Inc.  

> -----Original Message-----
> From: player-dev-bounceshelixcommunity.org 
> [mailto:player-dev-bounceshelixcommunity.org] On
Behalf Of 
> Zhao, Halley
> Sent: Monday, December 17, 2007 8:08 AM
> To: helix-client-devhelixcommunity.org
> Cc: Shen, Cathy; player-devhelixcommunity.org
> Subject: [Player-dev] CR: Filter out some SetPosition()
for Quick seek
> 
> Synopsis: 
> 
>     when user drag the seek bar, there is too many 
> SetPosition() called.
> 
>     the server may overload for this, especially on a
low-end device.
> 
>     we filter out some commnad, and response
SetPosition() 
> with no more than 10 times per second
> 
>     
> 
>     
> 
> Overview: 
> 
>     when user drag the seek bar, there is too many 
> SetPosition() called.
> 
>     the server may overload for this, especially on a
low-end device.
> 
>     we filter out some commnad, and response
SetPosition() 
> with no more than 10 times per second
> 
>         
> 
> Files Added:
> 
>        No file added
> 
> Files Modified:
> 
>     helix-dbus-server.cpp: 
> (player/kit/dbus-server/src/helix-dbus-server.cpp)
> 
>         filter out some SetPosition() calls, only do it
in no 
> more than 10 times per second
> 
>         
> 
> Image Size and Heap Use impact (Client -Only):
> 
>     little
> 
> Platforms and Profiles Affected:
> 
>     platform:   linux-2.2-libc6-gcc32-i586
> 
>     profile:    helix-client-all-defines
> 
>  
> 
> Distribution Libraries Affected:
> 
>     <helix-dbus-server.bin>
> 
> Distribution library impact and planned action:
> 
>     <None>
> 
> Platforms and Profiles Build Verified:
> 
>     Set BIF branch  -> hxdbus_3_1_0_atlas
> 
>     Set Target(s)   -> dbus_server_with_video
> 
>     Set Profile     -> helix-client-all-defines
> 
>     System ID       -> linux-2.2-libc6-gcc32-i586
> 
> Branch: 
> 
>     HEAD, hxclient_3_1_0_atlas
> 
> Copyright assignment: <MUST be one of the following
statements >
> 
>    2.      Intel has signed and delivered a Joint
Copyright Assignment
> 
>            to RealNetworks, and received acknowledgment
that the 
> 
>            agreement was received. 
> 
> Files Attached:
> 
>     dbus-server-seek-filter.diff
> 
> ZHAO, Halley (Aihua)
> 
> Email: halley.zhaointel.com <mailto:aihua.zhaointel.com> 
> 
> Tel: +86(21)61166476
> 
> iNet: 8821-6476
> 
> SSG/OTC/UMD
> 
>  
> 
> 


_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

RE: CN: Filter out some SetPosition() for Quick seek
user name
2007-12-20 07:44:29

 

Commit to HEAD & Atlas310 branch

BR


From: Zhao, Halley
Sent: 2007
1217 21:08
To: 'helix-client-devhelixcommunity.org'
Cc: 'player-devhelixcommunity.org'; Zhao, Halley; Shen, Cathy
Subject: CR: Filter out some SetPosition() for Quick seek

 

Synopsis:

 &nbsp;  when user drag the seek bar, there is too many SetPosition() called.

 &nbsp;  the server may overload for this, especially on a low-end device.

 &nbsp;  we filter out some commnad, and response SetPosition() with no more than 10 times per second

 &nbsp; 

 &nbsp; 

Overview:

 &nbsp;  when user drag the seek bar, there is too many SetPosition() called.

 &nbsp;  the server may overload for this, especially on a low-end device.

 &nbsp;  we filter out some commnad, and response SetPosition() with no more than 10 times per second

 &nbsp; &nbsp; &nbsp; 

Files Added:

 &nbsp; &nbsp; &nbsp; No file added

Files Modified:

 &nbsp;  helix-dbus-server.cpp: (player/kit/dbus-server/src/helix-dbus-server.cpp)

 &nbsp; &nbsp; &nbsp;  filter out some SetPosition() calls, only do it in no more than 10 times per second

 &nbsp; &nbsp; &nbsp; 

Image Size and Heap Use impact (Client -Only):

 &nbsp;  little

Platforms and Profiles Affected:

 &nbsp;  platform:&nbsp;  linux-2.2-libc6-gcc32-i586

 &nbsp;  profile:&nbsp; &nbsp; helix-client-all-defines

 

Distribution Libraries Affected:

 &nbsp;  &lt;helix-dbus-server.bin>

Distribution library impact and planned action:

 &nbsp;  &lt;None>

Platforms and Profiles Build Verified:

 &nbsp;  Set BIF branch  -> hxdbus_3_1_0_atlas

 &nbsp;  Set Target(s) &nbsp; -> dbus_server_with_video

 &nbsp;  Set Profile &nbsp; &nbsp; -> helix-client-all-defines

 &nbsp;  System ID  ; &nbsp; &nbsp; -> linux-2.2-libc6-gcc32-i586

Branch:

 &nbsp;  HEAD, hxclient_3_1_0_atlas

Copyright assignment: <MUST be one of the following statements >

 &nbsp; 2. ; &nbsp; &nbsp; Intel has signed and delivered a Joint Copyright Assignment

 &nbsp; &nbsp; &nbsp; &nbsp;   to RealNetworks, and received acknowledgment that the

 &nbsp; &nbsp;    ; &nbsp; agreement was received.

Files Attached:

 &nbsp;  dbus-server-seek-filter.diff

ZHAO, Halley (Aihua)

Email: halley.zhaointel.com" title="mailto:hui.xueintel.com">intel.com

Tel: +86(21)61166476

iNet: 8821-6476

SSG/OTC/UMD

 

RE: CN: Filter out some SetPosition() for Quick seek
user name
2007-12-20 07:44:29

 

Commit to HEAD & Atlas310 branch

BR


From: Zhao, Halley
Sent: 2007
1217 21:08
To: 'helix-client-devhelixcommunity.org'
Cc: 'player-devhelixcommunity.org'; Zhao, Halley; Shen, Cathy
Subject: CR: Filter out some SetPosition() for Quick seek

 

Synopsis:

 &nbsp;  when user drag the seek bar, there is too many SetPosition() called.

 &nbsp;  the server may overload for this, especially on a low-end device.

 &nbsp;  we filter out some commnad, and response SetPosition() with no more than 10 times per second

 &nbsp; 

 &nbsp; 

Overview:

 &nbsp;  when user drag the seek bar, there is too many SetPosition() called.

 &nbsp;  the server may overload for this, especially on a low-end device.

 &nbsp;  we filter out some commnad, and response SetPosition() with no more than 10 times per second

 &nbsp; &nbsp; &nbsp; 

Files Added:

 &nbsp; &nbsp; &nbsp; No file added

Files Modified:

 &nbsp;  helix-dbus-server.cpp: (player/kit/dbus-server/src/helix-dbus-server.cpp)

 &nbsp; &nbsp; &nbsp;  filter out some SetPosition() calls, only do it in no more than 10 times per second

 &nbsp; &nbsp; &nbsp; 

Image Size and Heap Use impact (Client -Only):

 &nbsp;  little

Platforms and Profiles Affected:

 &nbsp;  platform:&nbsp;  linux-2.2-libc6-gcc32-i586

 &nbsp;  profile:&nbsp; &nbsp; helix-client-all-defines

 

Distribution Libraries Affected:

 &nbsp;  &lt;helix-dbus-server.bin>

Distribution library impact and planned action:

 &nbsp;  &lt;None>

Platforms and Profiles Build Verified:

 &nbsp;  Set BIF branch  -> hxdbus_3_1_0_atlas

 &nbsp;  Set Target(s) &nbsp; -> dbus_server_with_video

 &nbsp;  Set Profile &nbsp; &nbsp; -> helix-client-all-defines

 &nbsp;  System ID  ; &nbsp; &nbsp; -> linux-2.2-libc6-gcc32-i586

Branch:

 &nbsp;  HEAD, hxclient_3_1_0_atlas

Copyright assignment: <MUST be one of the following statements >

 &nbsp; 2. ; &nbsp; &nbsp; Intel has signed and delivered a Joint Copyright Assignment

 &nbsp; &nbsp; &nbsp; &nbsp;   to RealNetworks, and received acknowledgment that the

 &nbsp; &nbsp;    ; &nbsp; agreement was received.

Files Attached:

 &nbsp;  dbus-server-seek-filter.diff

ZHAO, Halley (Aihua)

Email: halley.zhaointel.com" title="mailto:hui.xueintel.com">intel.com

Tel: +86(21)61166476

iNet: 8821-6476

SSG/OTC/UMD

 

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )