|
List Info
Thread: CR: Fix inverted video on symbian 8 and 9.1 arm device
|
|
| CR: Fix inverted video on symbian 8 and
9.1 arm device |
  India |
2007-04-03 08:14:45 |
Synopsis:
Changes are required to Fix inverted video on symbian
Overview:
On symbian 8 and 9.1, the video is rendered upside down on
emulator as
well as device.
Earlier it was thought that the problem is only with
emulator, there
fore a define HELIX_SYMBIAN_WINSCW_EMULATOR was used.
Now same behavior is shown on device.
To resolve this issue, the pitch is made negative in
minisymbiansurf.cpp.
Files Added:
None
Files Modified:
sitelib/platform/symbian/minisymbiansurf.cpp
Image Size and Heap Use impact (Client -Only):
None.
Platforms and Profiles Affected:
symbian-91
Distribution Libraries Affected:
None
Distribution library impact and planned action:
None
Platforms and Profiles Build Verified:
BIF branch -> helix_restricted
Target(s) -> symbianinst
Profile -> helix-client-s60-advanced
SYSTEM_ID-> symbian-91-armv5-gcce
Branch:
HEAD
Files Attached:
video.diff
Regards,
Gurpreet
_______________________________________________
Video-dev mailing list
Video-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/video
-dev
|
|
|
| RE: CR: Fix inverted video on symbian 8
and 9.1 arm device |
  United States |
2007-04-03 08:55:05 |
Is this different behavior on the device from previous
versions of symbian? If so, do we still need to support
the older versions (< 8)?
Eric
=============================================
Eric Hyche (ehyche real.com)
Technical Lead
RealNetworks, Inc.
> -----Original Message-----
> From: video-dev-bounces helixcommunity.org
> [mailto:video-dev-bounces helixcommunity.org] On
Behalf Of Gurpreet
> Sent: Tuesday, April 03, 2007 9:15 AM
> To: porting-symbian helixcommunity.org;
video-dev
> Subject: [Video-dev] CR: Fix inverted video on symbian
8 and
> 9.1 arm device
>
> Synopsis:
> Changes are required to Fix inverted video on symbian
>
> Overview:
> On symbian 8 and 9.1, the video is rendered upside down
on
> emulator as
> well as device.
> Earlier it was thought that the problem is only with
emulator, there
> fore a define HELIX_SYMBIAN_WINSCW_EMULATOR was used.
> Now same behavior is shown on device.
> To resolve this issue, the pitch is made negative in
> minisymbiansurf.cpp.
>
> Files Added:
> None
>
> Files Modified:
> sitelib/platform/symbian/minisymbiansurf.cpp
>
> Image Size and Heap Use impact (Client -Only):
> None.
>
> Platforms and Profiles Affected:
> symbian-91
>
> Distribution Libraries Affected:
> None
>
> Distribution library impact and planned action:
> None
>
> Platforms and Profiles Build Verified:
>
> BIF branch -> helix_restricted
> Target(s) -> symbianinst
> Profile -> helix-client-s60-advanced
> SYSTEM_ID-> symbian-91-armv5-gcce
>
> Branch:
> HEAD
>
> Files Attached:
> video.diff
>
> Regards,
> Gurpreet
>
_______________________________________________
Video-dev mailing list
Video-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/video
-dev
|
|
| CR: Fix inverted video on symbian 8 and
9.1 arm device |
  United States |
2007-04-03 12:19:31 |
Gurpreet wrote:
> Synopsis:
> Changes are required to Fix inverted video on symbian
>
> Overview:
> On symbian 8 and 9.1, the video is rendered upside down
on emulator as
> well as device.
> Earlier it was thought that the problem is only with
emulator, there
> fore a define HELIX_SYMBIAN_WINSCW_EMULATOR was used.
> Now same behavior is shown on device.
> To resolve this issue, the pitch is made negative in
minisymbiansurf.cpp.
You are removing this define:
-#ifdef HELIX_SYMBIAN_WINSCW_EMULATOR
That means all builds on HEAD/Symbian will have their video
inverted.
Are you sure this is what we want to do, are there no
devices where
this would be a problem (that are built off of HEAD)?
--greg.
Can you please rename that
>
> Files Added:
> None
>
> Files Modified:
> sitelib/platform/symbian/minisymbiansurf.cpp
>
> Image Size and Heap Use impact (Client -Only):
> None.
>
> Platforms and Profiles Affected:
> symbian-91
>
> Distribution Libraries Affected:
> None
>
> Distribution library impact and planned action:
> None
>
> Platforms and Profiles Build Verified:
>
> BIF branch -> helix_restricted
> Target(s) -> symbianinst
> Profile -> helix-client-s60-advanced
> SYSTEM_ID-> symbian-91-armv5-gcce
>
> Branch:
> HEAD
>
> Files Attached:
> video.diff
>
> Regards,
> Gurpreet
>
>
>
------------------------------------------------------------
------------
>
> _______________________________________________
> Porting-symbian mailing list
> Porting-symbian helixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo
/porting-symbian
_______________________________________________
Video-dev mailing list
Video-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/video
-dev
|
|
| Re: CR: Fix inverted video on symbian 8
and 9.1 arm device |
  India |
2007-04-04 00:44:18 |
Hi Eric,
I don't think we would need to support older version (<8)
on head.
Its supported only on Cayenne.
Thanks & Regards,
Gurpreet
Eric Hyche wrote:
> Is this different behavior on the device from previous
> versions of symbian? If so, do we still need to
support
> the older versions (< 8)?
>
> Eric
>
> =============================================
> Eric Hyche (ehyche real.com)
> Technical Lead
> RealNetworks, Inc.
>
>
>> -----Original Message-----
>> From: video-dev-bounces helixcommunity.org
>> [mailto:video-dev-bounces helixcommunity.org] On
Behalf Of Gurpreet
>> Sent: Tuesday, April 03, 2007 9:15 AM
>> To: porting-symbian helixcommunity.org;
video-dev
>> Subject: [Video-dev] CR: Fix inverted video on
symbian 8 and
>> 9.1 arm device
>>
>> Synopsis:
>> Changes are required to Fix inverted video on
symbian
>>
>> Overview:
>> On symbian 8 and 9.1, the video is rendered upside
down on
>> emulator as
>> well as device.
>> Earlier it was thought that the problem is only
with emulator, there
>> fore a define HELIX_SYMBIAN_WINSCW_EMULATOR was
used.
>> Now same behavior is shown on device.
>> To resolve this issue, the pitch is made negative
in
>> minisymbiansurf.cpp.
>>
>> Files Added:
>> None
>>
>> Files Modified:
>> sitelib/platform/symbian/minisymbiansurf.cpp
>>
>> Image Size and Heap Use impact (Client -Only):
>> None.
>>
>> Platforms and Profiles Affected:
>> symbian-91
>>
>> Distribution Libraries Affected:
>> None
>>
>> Distribution library impact and planned action:
>> None
>>
>> Platforms and Profiles Build Verified:
>>
>> BIF branch -> helix_restricted
>> Target(s) -> symbianinst
>> Profile -> helix-client-s60-advanced
>> SYSTEM_ID-> symbian-91-armv5-gcce
>>
>> Branch:
>> HEAD
>>
>> Files Attached:
>> video.diff
>>
>> Regards,
>> Gurpreet
>>
>>
>
>
>
_______________________________________________
Video-dev mailing list
Video-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/video
-dev
|
|
| CR: Fix inverted video on symbian 8 and
9.1 arm device |
  India |
2007-04-04 05:18:51 |
Hi Greg.
To my knowledge we are building player for > symbian 8.1
from Head.
And in those video is inverted without this fix.
Regards,
Gurpreet
Greg Wright wrote:
> Gurpreet wrote:
>> Synopsis:
>> Changes are required to Fix inverted video on
symbian
>>
>> Overview:
>> On symbian 8 and 9.1, the video is rendered upside
down on emulator
>> as well as device.
>> Earlier it was thought that the problem is only
with emulator, there
>> fore a define HELIX_SYMBIAN_WINSCW_EMULATOR was
used.
>> Now same behavior is shown on device.
>> To resolve this issue, the pitch is made negative
in
>> minisymbiansurf.cpp.
>
> You are removing this define:
>
> -#ifdef HELIX_SYMBIAN_WINSCW_EMULATOR
>
> That means all builds on HEAD/Symbian will have their
video inverted.
> Are you sure this is what we want to do, are there no
devices where
> this would be a problem (that are built off of HEAD)?
>
>
> --greg.
>
>
> Can you please rename that
>>
>> Files Added:
>> None
>>
>> Files Modified:
>> sitelib/platform/symbian/minisymbiansurf.cpp
>>
>> Image Size and Heap Use impact (Client -Only):
>> None.
>>
>> Platforms and Profiles Affected:
>> symbian-91
>>
>> Distribution Libraries Affected:
>> None
>>
>> Distribution library impact and planned action:
>> None
>>
>> Platforms and Profiles Build Verified:
>>
>> BIF branch -> helix_restricted
>> Target(s) -> symbianinst
>> Profile -> helix-client-s60-advanced
>> SYSTEM_ID-> symbian-91-armv5-gcce
>>
>> Branch:
>> HEAD
>>
>> Files Attached:
>> video.diff
>>
>> Regards,
>> Gurpreet
>>
>>
>>
------------------------------------------------------------
------------
>>
>> _______________________________________________
>> Porting-symbian mailing list
>> Porting-symbian helixcommunity.org
>> http://lists.helixcommunity.org/mailman/listinfo
/porting-symbian
>
>
_______________________________________________
Video-dev mailing list
Video-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/video
-dev
|
|
| Re: CR: Fix inverted video on symbian 8
and 9.1 arm device |
  United States |
2007-04-04 12:15:50 |
At 10:44 PM 4/3/2007, Gurpreet wrote:
>Hi Eric,
>I don't think we would need to support older version
(<8) on head.
>Its supported only on Cayenne.
Right, >=9 on HEAD. 8.x support is will be abandoned
unless there are
community participants interested in maintaining it.
Milko
>Thanks & Regards,
>Gurpreet
>
>Eric Hyche wrote:
>>Is this different behavior on the device from
previous
>>versions of symbian? If so, do we still need to
support
>>the older versions (< 8)?
>>
>>Eric
>>
>>=============================================
>>Eric Hyche (ehyche real.com)
>>Technical Lead
>>RealNetworks, Inc.
>>
>>
>>>-----Original Message-----
>>>From: video-dev-bounces helixcommunity.org
>>>[mailto:video-dev-bounces helixcommunity.org] On
Behalf Of Gurpreet
>>>Sent: Tuesday, April 03, 2007 9:15 AM
>>>To: porting-symbian helixcommunity.org;
video-dev
>>>Subject: [Video-dev] CR: Fix inverted video on
symbian 8 and 9.1 arm device
>>>Synopsis:
>>>Changes are required to Fix inverted video on
symbian
>>>
>>>Overview:
>>>On symbian 8 and 9.1, the video is rendered
upside down on emulator as
>>>well as device.
>>>Earlier it was thought that the problem is only
with emulator, there
>>>fore a define HELIX_SYMBIAN_WINSCW_EMULATOR was
used.
>>>Now same behavior is shown on device.
>>>To resolve this issue, the pitch is made
negative in minisymbiansurf.cpp.
>>>
>>>Files Added:
>>>None
>>>
>>>Files Modified:
>>>sitelib/platform/symbian/minisymbiansurf.cpp
>>>
>>>Image Size and Heap Use impact (Client -Only):
>>>None.
>>>
>>>Platforms and Profiles Affected:
>>>symbian-91
>>>
>>>Distribution Libraries Affected:
>>>None
>>>
>>>Distribution library impact and planned action:
>>>None
>>>
>>>Platforms and Profiles Build Verified:
>>>
>>>BIF branch -> helix_restricted
>>>Target(s) -> symbianinst
>>>Profile -> helix-client-s60-advanced
>>>SYSTEM_ID-> symbian-91-armv5-gcce
>>>
>>>Branch:
>>>HEAD
>>>
>>>Files Attached:
>>>video.diff
>>>
>>>Regards,
>>>Gurpreet
>>>
>>>
>>
>>
>>
>
>
>_______________________________________________
>Video-dev mailing list
>Video-dev helixcommunity.org
>http://lists.helixcommunity.org/mailman/listinfo/video
-dev
_______________________________________________
Video-dev mailing list
Video-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/video
-dev
|
|
[1-6]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|