/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/ |
H A D | vidc_vendor_extensions.cpp | 66 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 D | vidc_vendor_extensions.cpp | 66 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 D | vidc_vendor_extensions.cpp | 70 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 D | vidc_vendor_extensions.cpp | 66 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 D | vidc_vendor_extensions.cpp | 70 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 D | OMX_IndexExt.h | 115 OMX_U8 cKey[OMX_MAX_STRINGNAME_SIZE]; member
|
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/ |
H A D | OMX_IndexExt.h | 115 OMX_U8 cKey[OMX_MAX_STRINGNAME_SIZE]; member
|
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/ |
H A D | OMX_IndexExt.h | 123 OMX_U8 cKey[OMX_MAX_STRINGNAME_SIZE]; member
|
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/ |
H A D | OMX_IndexExt.h | 132 OMX_U8 cKey[OMX_MAX_STRINGNAME_SIZE]; member
|
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/ |
H A D | OMX_IndexExt.h | 132 OMX_U8 cKey[OMX_MAX_STRINGNAME_SIZE]; member
|
/aosp12/frameworks/native/headers/media_plugin/media/openmax/ |
H A D | OMX_IndexExt.h | 137 OMX_U8 cKey[OMX_MAX_STRINGNAME_SIZE]; member
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | ACodec.cpp | 8155 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()
|