39
edits
| Line 13: | Line 13: | ||
*** 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. | ||
*** If the video resolution is bigger than the product of these two values, ''OMXCodecProxy'' will destroy this newly created ''OMXCodec''. As a result, the playback of this video clip will be abandoned in this case. | *** If the video resolution is bigger than the product of these two values, ''OMXCodecProxy'' will destroy this newly created ''OMXCodec''. As a result, the playback of this video clip will be abandoned in this case. | ||
*** reference: {{bug|911113}} | |||
** Check color format enum definition | |||
*** Currently HAL_PIXEL_FORMAT_XXX is hardcoded in GrallocImages.h. | |||
*** The way how HAL_PIXEL_FORMAT_XXX should be ported in Firefox OS will be improved in the near future. | |||
*** reference: {{bug|931733}} | |||
edits