Home
last modified time | relevance | path

Searched refs:OMX_MAX_STRINGNAME_SIZE (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_IndexExt.h112 #define OMX_MAX_STRINGVALUE_SIZE OMX_MAX_STRINGNAME_SIZE
134 OMX_U8 cKey[OMX_MAX_STRINGNAME_SIZE];
216 OMX_U8 cName[OMX_MAX_STRINGNAME_SIZE];
DOMX_Core.h298 #define OMX_MAX_STRINGNAME_SIZE 128 macro
304 …OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component ro…
/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp237 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
243 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/omx/
DOMXUtils.cpp200 role, OMX_MAX_STRINGNAME_SIZE - 1); in SetComponentRole()
202 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0'; in SetComponentRole()
DSoftVideoEncoderOMXComponent.cpp232 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
DSoftVideoDecoderOMXComponent.cpp427 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp249 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
255 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.cpp171 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DSoftGSM.cpp225 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp209 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp246 strncpy((char *)params.cRole, role, OMX_MAX_STRINGNAME_SIZE - 1); in setRole()
247 params.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0'; in setRole()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp228 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/flac/dec/
DSoftFlacDecoder.cpp241 OMX_MAX_STRINGNAME_SIZE - 1) != 0) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp247 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.cpp312 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.cpp234 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp241 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp288 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp374 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp396 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/
DACodec.cpp7800 char reducedKey[OMX_MAX_STRINGNAME_SIZE + OMX_MAX_STRINGVALUE_SIZE]; in setVendorParameters()