Home
last modified time | relevance | path

Searched refs:OMX_BOOL (Results 1 – 13 of 13) sorted by relevance

/third_party/openmax/api/1.1.2/
DOMX_Video.h133 OMX_BOOL bFlagErrorConcealment;
206 OMX_BOOL bEnableVFU;
280 OMX_BOOL bUnrestrictedMVs;
281 OMX_BOOL bFourMV;
346 OMX_BOOL bEnableHEC;
347 OMX_BOOL bEnableResync;
349 OMX_BOOL bEnableDataPartitioning;
350 OMX_BOOL bEnableRVLC;
373 OMX_BOOL b16x16;
374 OMX_BOOL b16x8;
[all …]
DOMX_Audio.h109 OMX_BOOL bFlagErrorConcealment; /**< Turns on error concealment if it is
166 OMX_BOOL bInterleaved; /**< True for normal interleaved data; false for
315 OMX_BOOL bManaged; /**< Set bitrate management mode. This turns off the
320 OMX_BOOL bDownmix; /**< Downmix input from stereo to mono (has no effect on
421 OMX_BOOL bEnableBitrate; /**< Use bitrate value instead of bitpool */
460 OMX_BOOL bDTX; /**< Enable Discontinuous Transmisssion */
462 OMX_BOOL bHiPassFilter; /**< Enable High Pass Filter */
463 OMX_BOOL bPostFilter; /**< Enable Post Filter */
512 OMX_BOOL bDTX; /**< Enable Discontinuous Transmisssion */
598 OMX_BOOL bDTX; /**< Enable Discontinuous Transmisssion */
[all …]
DOMX_IVCommon.h222 OMX_BOOL bColorEnhancement;
421 OMX_BOOL bDeblocking;
438 OMX_BOOL bStab;
536 OMX_BOOL bOneShot;
687 OMX_BOOL bEnable;
797 OMX_BOOL bContinuous; /**< If true then ignore frame rate and emit capture
799 OMX_BOOL bFrameLimited; /**< If true then terminate capture after the port emits the
826 OMX_BOOL bAutoAperture; /**< Whether aperture number is defined automatically */
828 OMX_BOOL bAutoShutterSpeed; /**< Whether shutter speed is defined automatically */
830 OMX_BOOL bAutoSensitivity; /**< Whether sensitivity is defined automatically */
[all …]
DOMX_VideoExt.h92 OMX_BOOL bErrorResilientMode;
100 OMX_BOOL bPreviousFrameRefresh;
101 OMX_BOOL bGoldenFrameRefresh;
102 OMX_BOOL bAlternateFrameRefresh;
103 OMX_BOOL bUsePreviousFrame;
104 OMX_BOOL bUseGoldenFrame;
105 OMX_BOOL bUseAlternateFrame;
113 OMX_BOOL bIsIntraFrame;
114 OMX_BOOL bIsGoldenOrAlternateFrame;
DOMX_Component.h69 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by
73 OMX_BOOL bPopulated; /**< Port is populated with all of its buffers as indicated by
84 OMX_BOOL bBuffersContiguous;
131 OMX_BOOL bEnabled;
157 OMX_BOOL bResourceConcealmentForbidden; /**< disallow the use of resource concealment
261 OMX_BOOL bAllKeys;
271 OMX_BOOL bAllKeys;
276 OMX_BOOL bIsLeafType;
284 OMX_BOOL bAllKeys; /* if true then this structure refers to all keys and
291 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g.
DOMX_Types.h191 typedef enum OMX_BOOL { enum
195 } OMX_BOOL; typedef
DOMX_ComponentExt.h47 OMX_BOOL bDeferred;
DOMX_CoreExt.h65 OMX_BOOL bEnable; /**< enable (OMX_TRUE) or disable (OMX_FALSE) the callback */
DOMX_Image.h118 OMX_BOOL bFlagErrorConcealment;
DOMX_Other.h299 OMX_BOOL bEnablePM; /**< Flag to enable Power Management */
DOMX_ContentPipe.h72 typedef OMX_BOOL CPbool;
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.h93 OMX_BOOL restricted_b_frames; \
142 OMX_BOOL restricted_b_frames;
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dentrypoint.c53 static OMX_BOOL egl_image_validation_hook(const OMX_HANDLETYPE ap_hdl, in egl_image_validation_hook()