Home
last modified time | relevance | path

Searched refs:cKey (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/
H A Dvidc_vendor_extensions.cpp66 strncpy((char *)ext->nParam[i].cKey, p.name(), OMX_MAX_STRINGNAME_SIZE); in copyInfoTo()
239 if (strncmp((const char *)ext->nParam[paramIndex].cKey, in _isParamAccessOK()
242 ext->nParam[paramIndex].cKey, in _isParamAccessOK()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
H A Dvidc_vendor_extensions.cpp66 strncpy((char *)ext->nParam[i].cKey, p.name(), OMX_MAX_STRINGNAME_SIZE); in copyInfoTo()
239 if (strncmp((const char *)ext->nParam[paramIndex].cKey, in _isParamAccessOK()
242 ext->nParam[paramIndex].cKey, in _isParamAccessOK()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/src/
H A Dvidc_vendor_extensions.cpp70 strlcpy((char *)ext->nParam[i].cKey, p.name(), OMX_MAX_STRINGNAME_SIZE); in copyInfoTo()
255 if (strncmp((const char *)ext->nParam[paramIndex].cKey, in _isParamAccessOK()
258 ext->nParam[paramIndex].cKey, in _isParamAccessOK()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/src/
H A Dvidc_vendor_extensions.cpp66 strlcpy((char *)ext->nParam[i].cKey, p.name(), OMX_MAX_STRINGNAME_SIZE); in copyInfoTo()
251 if (strncmp((const char *)ext->nParam[paramIndex].cKey, in _isParamAccessOK()
254 ext->nParam[paramIndex].cKey, in _isParamAccessOK()
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/src/
H A Dvidc_vendor_extensions.cpp70 strlcpy((char *)ext->nParam[i].cKey, p.name(), OMX_MAX_STRINGNAME_SIZE); in copyInfoTo()
255 if (strncmp((const char *)ext->nParam[paramIndex].cKey, in _isParamAccessOK()
258 ext->nParam[paramIndex].cKey, in _isParamAccessOK()
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_IndexExt.h115 OMX_U8 cKey[OMX_MAX_STRINGNAME_SIZE]; member
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_IndexExt.h115 OMX_U8 cKey[OMX_MAX_STRINGNAME_SIZE]; member
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/
H A DOMX_IndexExt.h123 OMX_U8 cKey[OMX_MAX_STRINGNAME_SIZE]; member
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/
H A DOMX_IndexExt.h132 OMX_U8 cKey[OMX_MAX_STRINGNAME_SIZE]; member
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/
H A DOMX_IndexExt.h132 OMX_U8 cKey[OMX_MAX_STRINGNAME_SIZE]; member
/aosp12/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_IndexExt.h137 OMX_U8 cKey[OMX_MAX_STRINGNAME_SIZE]; member
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp8155 sizeof(OMX_CONFIG_ANDROID_VENDOR_PARAMTYPE::cKey)]; in setVendorParameters()
8182 config->param[paramIndex].cKey[sizeof(config->param[0].cKey) - 1] = '\0'; in setVendorParameters()
8183 strcpy(key + nameLength + 1, (const char *)config->param[paramIndex].cKey); in setVendorParameters()
8263 sizeof(OMX_CONFIG_ANDROID_VENDOR_PARAMTYPE::cKey) + prefixLength]; in getVendorParameters()
8290 config->param[paramIndex].cKey[sizeof(config->param[0].cKey) - 1] = '\0'; in getVendorParameters()
8291 strcpy(key + nameLength + 1, (const char *)config->param[paramIndex].cKey); in getVendorParameters()