Home
last modified time | relevance | path

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

/frameworks/native/include/media/openmax/
DOMX_Video.h154 OMX_BOOL bFlagErrorConcealment;
227 OMX_BOOL bEnableVFU;
301 OMX_BOOL bUnrestrictedMVs;
302 OMX_BOOL bFourMV;
367 OMX_BOOL bEnableHEC;
368 OMX_BOOL bEnableResync;
370 OMX_BOOL bEnableDataPartitioning;
371 OMX_BOOL bEnableRVLC;
394 OMX_BOOL b16x16;
395 OMX_BOOL b16x8;
[all …]
DOMX_Audio.h126 OMX_BOOL bFlagErrorConcealment; /**< Turns on error concealment if it is
183 OMX_BOOL bInterleaved; /**< True for normal interleaved data; false for
334 OMX_BOOL bManaged; /**< Set bitrate management mode. This turns off the
339 OMX_BOOL bDownmix; /**< Downmix input from stereo to mono (has no effect on
453 OMX_BOOL bEnableBitrate; /**< Use bitrate value instead of bitpool */
492 OMX_BOOL bDTX; /**< Enable Discontinuous Transmisssion */
494 OMX_BOOL bHiPassFilter; /**< Enable High Pass Filter */
495 OMX_BOOL bPostFilter; /**< Enable Post Filter */
544 OMX_BOOL bDTX; /**< Enable Discontinuous Transmisssion */
630 OMX_BOOL bDTX; /**< Enable Discontinuous Transmisssion */
[all …]
DOMX_IVCommon.h260 OMX_BOOL bColorEnhancement;
459 OMX_BOOL bDeblocking;
476 OMX_BOOL bStab;
574 OMX_BOOL bOneShot;
725 OMX_BOOL bEnable;
835 OMX_BOOL bContinuous; /**< If true then ignore frame rate and emit capture
837 OMX_BOOL bFrameLimited; /**< If true then terminate capture after the port emits the
864 OMX_BOOL bAutoAperture; /**< Whether aperture number is defined automatically */
866 OMX_BOOL bAutoShutterSpeed; /**< Whether shutter speed is defined automatically */
868 OMX_BOOL bAutoSensitivity; /**< Whether sensitivity is defined automatically */
[all …]
DOMX_VideoExt.h119 OMX_BOOL bErrorResilientMode;
127 OMX_BOOL bPreviousFrameRefresh;
128 OMX_BOOL bGoldenFrameRefresh;
129 OMX_BOOL bAlternateFrameRefresh;
130 OMX_BOOL bUsePreviousFrame;
131 OMX_BOOL bUseGoldenFrame;
132 OMX_BOOL bUseAlternateFrame;
140 OMX_BOOL bIsIntraFrame;
141 OMX_BOOL bIsGoldenOrAlternateFrame;
238 OMX_BOOL bDepedentSegments;
[all …]
DOMX_Component.h86 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by
90 OMX_BOOL bPopulated; /**< Port is populated with all of its buffers as indicated by
101 OMX_BOOL bBuffersContiguous;
148 OMX_BOOL bEnabled;
174 OMX_BOOL bResourceConcealmentForbidden; /**< disallow the use of resource concealment
278 OMX_BOOL bAllKeys;
288 OMX_BOOL bAllKeys;
293 OMX_BOOL bIsLeafType;
301 OMX_BOOL bAllKeys; /* if true then this structure refers to all keys and
308 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g.
DOMX_Types.h209 typedef enum OMX_BOOL { enum
213 } OMX_BOOL; typedef
DOMX_Image.h135 OMX_BOOL bFlagErrorConcealment;
DOMX_Other.h316 OMX_BOOL bEnablePM; /**< Flag to enable Power Management */
DOMX_ContentPipe.h89 typedef OMX_BOOL CPbool;
DOMX_AsString.h683 inline static const char *asString(OMX_BOOL i, const char *def = "??") {
/frameworks/native/include/media/hardware/
DHardwareAPI.h78 OMX_BOOL enable;
124 OMX_BOOL bStoreMetaData;
182 OMX_BOOL bEnable;
227 OMX_BOOL bEnable;
268 OMX_BOOL bUsingNativeBuffers;
289 OMX_BOOL bUsingNativeBuffers;
313 OMX_BOOL bTunneled; // IN/OUT
417 OMX_BOOL bRequestingDataSpace; // IN
418 OMX_BOOL bDataSpaceChanged; // IN
/frameworks/av/media/libstagefright/include/
DOMXNodeInstance.h55 status_t enableNativeBuffers(OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable);
60 OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type);
63 OMX_U32 portIndex, OMX_BOOL enable,
67 OMX_U32 portIndex, OMX_BOOL tunneled,
229 OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type);
DOMX.h68 node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable);
74 node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type);
77 node_id node, OMX_U32 portIndex, OMX_BOOL enable,
81 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
/frameworks/av/media/libstagefright/
DOMXClient.cpp86 node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type);
89 node_id node, OMX_U32 port_index, OMX_BOOL enable,
93 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
97 node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable);
352 node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type) { in storeMetaDataInBuffers()
357 node_id node, OMX_U32 port_index, OMX_BOOL enable, in prepareForAdaptivePlayback()
364 node_id node, OMX_U32 portIndex, OMX_BOOL enable, in configureVideoTunnelMode()
371 node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable) { in enableNativeBuffers()
DACodec.cpp1811 OMX_BOOL enable = (OMX_BOOL) (prependSPSPPS in configureCodec()
1884 config.bEnabled = (OMX_BOOL)enabled; in configureCodec()
4652 describeParams.bUsingNativeBuffers = (OMX_BOOL)usingNativeBuffers; in isFlexibleColorFormat()
/frameworks/av/include/media/
DIOMX.h93 node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type = NULL) = 0;
96 node_id node, OMX_U32 portIndex, OMX_BOOL enable,
100 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
104 node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable) = 0;
/frameworks/av/media/libmedia/
DIOMX.cpp231 node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable) { in enableNativeBuffers()
434 node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type) { in storeMetaDataInBuffers()
454 node_id node, OMX_U32 port_index, OMX_BOOL enable, in prepareForAdaptivePlayback()
470 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode()
845 OMX_BOOL graphic = (OMX_BOOL)data.readInt32(); in onTransact()
846 OMX_BOOL enable = (OMX_BOOL)data.readInt32(); in onTransact()
1044 OMX_BOOL enable = (OMX_BOOL)data.readInt32(); in onTransact()
1061 OMX_BOOL enable = (OMX_BOOL)data.readInt32(); in onTransact()
1078 OMX_BOOL tunneled = (OMX_BOOL)data.readInt32(); in onTransact()
/frameworks/av/media/libstagefright/omx/
DOMX.cpp394 node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable) { in enableNativeBuffers()
416 node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type) { in storeMetaDataInBuffers()
427 node_id node, OMX_U32 portIndex, OMX_BOOL enable, in prepareForAdaptivePlayback()
440 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode()
DOMXNodeInstance.cpp450 OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable) { in enableNativeBuffers()
529 OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type) { in storeMetaDataInBuffers()
536 OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type) { in storeMetaDataInBuffers_l()
611 OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth, in prepareForAdaptivePlayback()
641 OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, in configureVideoTunnelMode()
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.h171 OMX_BOOL mErrorResilience;