Home
last modified time | relevance | path

Searched refs:ac_version_tmp (Results 1 – 2 of 2) sorted by relevance

/external/libavc/encoder/
Dih264e_version.c127 CHAR ac_version_tmp[MAX_STRLEN]; in ih264e_get_version() local
129 VERSION(ac_version_tmp, CODEC_NAME, CODEC_RELEASE_TYPE, CODEC_RELEASE_VER, in ih264e_get_version()
132 if (u4_version_bufsize >= (strlen(ac_version_tmp) + 1)) in ih264e_get_version()
134 memcpy(pc_version, ac_version_tmp, (strlen(ac_version_tmp) + 1)); in ih264e_get_version()
/external/libhevc/decoder/
Dihevcd_version.c114 CHAR ac_version_tmp[MAXVERSION_STRLEN + 1]; in ihevcd_get_version() local
116 VERSION(ac_version_tmp, CODEC_NAME, CODEC_RELEASE_TYPE, CODEC_RELEASE_VER, CODEC_VENDOR); in ihevcd_get_version()
117 u4_len = strnlen(ac_version_tmp, MAXVERSION_STRLEN) + 1; in ihevcd_get_version()
120 memcpy(pc_version_string, ac_version_tmp, u4_len); in ihevcd_get_version()