TPESystem/Media/DevicePortingIssues: Difference between revisions

(Created page with "==TPESystem/Media/DevicePortingIssues== Device porting issues of media playback on Firefox OS ===Problems And Solutions=== We've encountered some similar media playback issue...")
 
Line 6: Line 6:
# '''Problem: I cannot playback video files with large resolution.'''
# '''Problem: I cannot playback video files with large resolution.'''
#* Solution: Make sure '''''ro.moz.omx.hw.max_width''''' & '''''ro.moz.omx.hw.max_height''''' values are suitable for video decoding on the target device.
#* Solution: Make sure '''''ro.moz.omx.hw.max_width''''' & '''''ro.moz.omx.hw.max_height''''' values are suitable for video decoding on the target device.
#* Reference: {{bug|911113}}
#* Reference: {{bug|819609}} and {{bug|911113}}
#** Each time one video clip is going to be played, ''OMXCodecProxy'' is used to handle resource management of hardware video decoders.
#** Each time one video clip is going to be played, ''OMXCodecProxy'' is used to handle resource management of hardware video decoders.
#** After one video ''OMXCodec'' has been created successfully, ''OMXCodecProxy'' will double check the product of these two values with the actual video resolution.
#** After one video ''OMXCodec'' has been created successfully, ''OMXCodecProxy'' will double check the product of these two values with the actual video resolution.
39

edits