зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1743088 - omx: Fix some encoding issue r=RyanVM DONTBUILD
Depends on D132232 Differential Revision: https://phabricator.services.mozilla.com/D132233
This commit is contained in:
Родитель
a04dce1ac9
Коммит
b637c6d142
|
@ -90,9 +90,9 @@ typedef struct OMX_TIME_CONFIG_SEEKMODETYPE {
|
|||
/** Structure representing a time stamp used with the following configs
|
||||
* on the Clock Component (CC):
|
||||
*
|
||||
* OMX_IndexConfigTimeCurrentWallTime: query of the CC’s current wall
|
||||
* OMX_IndexConfigTimeCurrentWallTime: query of the CC’s current wall
|
||||
* time
|
||||
* OMX_IndexConfigTimeCurrentMediaTime: query of the CC’s current media
|
||||
* OMX_IndexConfigTimeCurrentMediaTime: query of the CC’s current media
|
||||
* time
|
||||
* OMX_IndexConfigTimeCurrentAudioReference and
|
||||
* OMX_IndexConfigTimeCurrentVideoReference: audio/video reference
|
||||
|
@ -103,7 +103,7 @@ typedef struct OMX_TIME_CONFIG_SEEKMODETYPE {
|
|||
* OMX_BUFFERFLAG_STARTTIME set. It must use the timestamp
|
||||
* specified by that buffer for nStartTimestamp.
|
||||
*
|
||||
* It’s also used with the following config on components in general:
|
||||
* It’s also used with the following config on components in general:
|
||||
*
|
||||
* OMX_IndexConfigTimePosition: IL client querying component position
|
||||
* (GetConfig) or commanding a component to seek to the given location
|
||||
|
@ -247,7 +247,7 @@ typedef struct OMX_TIME_CONFIG_SCALETYPE {
|
|||
* scaling the media time */
|
||||
} OMX_TIME_CONFIG_SCALETYPE;
|
||||
|
||||
/** Bits used to identify a clock port. Used in OMX_TIME_CONFIG_CLOCKSTATETYPE’s nWaitMask field */
|
||||
/** Bits used to identify a clock port. Used in OMX_TIME_CONFIG_CLOCKSTATETYPE’s nWaitMask field */
|
||||
#define OMX_CLOCKPORT0 0x00000001
|
||||
#define OMX_CLOCKPORT1 0x00000002
|
||||
#define OMX_CLOCKPORT2 0x00000004
|
||||
|
|
Загрузка…
Ссылка в новой задаче