/frameworks/native/include/media/openmax/ |
D | OMX_Video.h | 154 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 …]
|
D | OMX_Audio.h | 126 OMX_BOOL bFlagErrorConcealment; /**< Turns on error concealment if it is 183 OMX_BOOL bInterleaved; /**< True for normal interleaved data; false for 335 OMX_BOOL bManaged; /**< Set bitrate management mode. This turns off the 340 OMX_BOOL bDownmix; /**< Downmix input from stereo to mono (has no effect on 454 OMX_BOOL bEnableBitrate; /**< Use bitrate value instead of bitpool */ 493 OMX_BOOL bDTX; /**< Enable Discontinuous Transmisssion */ 495 OMX_BOOL bHiPassFilter; /**< Enable High Pass Filter */ 496 OMX_BOOL bPostFilter; /**< Enable Post Filter */ 545 OMX_BOOL bDTX; /**< Enable Discontinuous Transmisssion */ 631 OMX_BOOL bDTX; /**< Enable Discontinuous Transmisssion */ [all …]
|
D | OMX_IVCommon.h | 260 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 …]
|
D | OMX_VideoExt.h | 86 OMX_BOOL bErrorResilientMode; 94 OMX_BOOL bPreviousFrameRefresh; 95 OMX_BOOL bGoldenFrameRefresh; 96 OMX_BOOL bAlternateFrameRefresh; 97 OMX_BOOL bUsePreviousFrame; 98 OMX_BOOL bUseGoldenFrame; 99 OMX_BOOL bUseAlternateFrame; 107 OMX_BOOL bIsIntraFrame; 108 OMX_BOOL bIsGoldenOrAlternateFrame; 199 OMX_BOOL bErrorResilientMode; [all …]
|
D | OMX_Component.h | 86 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.
|
D | OMX_Types.h | 209 typedef enum OMX_BOOL { enum 213 } OMX_BOOL; typedef
|
D | OMX_IndexExt.h | 132 OMX_BOOL bSet;
|
D | OMX_Other.h | 316 OMX_BOOL bEnablePM; /**< Flag to enable Power Management */
|
D | OMX_Image.h | 135 OMX_BOOL bFlagErrorConcealment;
|
D | OMX_ContentPipe.h | 89 typedef OMX_BOOL CPbool;
|
D | OMX_AsString.h | 694 inline static const char *asString(OMX_BOOL i, const char *def = "??") {
|
/frameworks/native/include/media/hardware/ |
D | HardwareAPI.h | 78 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/ |
D | OMXNodeInstance.h | 65 OMX_U32 portIndex, OMX_BOOL enable, 69 OMX_U32 portIndex, OMX_BOOL tunneled, 241 OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable); 244 OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type);
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
D | SoftVP9Encoder.h | 86 OMX_BOOL mFrameParallelDecoding;
|
D | SoftVPXEncoder.h | 208 OMX_BOOL mErrorResilience;
|
/frameworks/av/include/media/ |
D | IOMX.h | 115 OMX_U32 portIndex, OMX_BOOL enable, 119 OMX_U32 portIndex, OMX_BOOL tunneled,
|
/frameworks/av/media/libmedia/include/media/ |
D | IOMX.h | 115 OMX_U32 portIndex, OMX_BOOL enable, 119 OMX_U32 portIndex, OMX_BOOL tunneled,
|
/frameworks/av/media/libmedia/ |
D | IOMX.cpp | 297 OMX_U32 port_index, OMX_BOOL enable, in prepareForAdaptivePlayback() 312 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode() 492 OMX_U32 portIndex, OMX_BOOL enable, in prepareForAdaptivePlayback() 499 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode() 820 OMX_BOOL enable = (OMX_BOOL)data.readInt32(); in onTransact() 836 OMX_BOOL tunneled = (OMX_BOOL)data.readInt32(); in onTransact()
|
/frameworks/av/media/libstagefright/omx/1.0/ |
D | WOmxNode.h | 79 OMX_U32 portIndex, OMX_BOOL enable, 82 OMX_U32 portIndex, OMX_BOOL tunneled,
|
D | WOmxNode.cpp | 101 OMX_U32 portIndex, OMX_BOOL enable, in prepareForAdaptivePlayback() 108 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode()
|
/frameworks/av/include/media/omx/1.0/ |
D | WOmxNode.h | 78 OMX_U32 portIndex, OMX_BOOL enable, 81 OMX_U32 portIndex, OMX_BOOL tunneled,
|
D | Conversion.h | 770 inline bool toRawBool(OMX_BOOL l) { in toRawBool() 781 inline OMX_BOOL toEnumBool(bool t) { in toEnumBool()
|
/frameworks/av/media/libmedia/omx/1.0/ |
D | WOmxNode.cpp | 98 OMX_U32 portIndex, OMX_BOOL enable, in prepareForAdaptivePlayback() 105 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode()
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXUtils.cpp | 348 describeParams.bUsingNativeBuffers = (OMX_BOOL)usingNativeBuffers; in IsFlexibleColorFormat()
|
D | OMXNodeInstance.cpp | 767 OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable) { in enableNativeBuffers_l() 849 OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type) { in storeMetaDataInBuffers_l() 931 OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth, in prepareForAdaptivePlayback() 971 OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, in configureVideoTunnelMode()
|