Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp188 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
194 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/native/include/media/openmax/
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/amrnb/dec/
DSoftAMR.cpp225 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
231 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.cpp149 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DSoftGSM.cpp178 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.cpp214 strncpy((char *)params.cRole, role, OMX_MAX_STRINGNAME_SIZE - 1); in setRole()
215 params.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0'; in setRole()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp193 OMX_MAX_STRINGNAME_SIZE - 1)) { 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.cpp243 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp215 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.cpp208 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp339 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
DSoftVideoEncoderOMXComponent.cpp230 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder.cpp250 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
DSoftAACEncoder2.cpp287 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp337 OMX_MAX_STRINGNAME_SIZE - 1)) { in internalSetParameter()
/frameworks/av/media/libstagefright/
DACodec.cpp1705 role, OMX_MAX_STRINGNAME_SIZE - 1); in setComponentRole()
1707 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0'; in setComponentRole()