Home
last modified time | relevance | path

Searched refs:short_src (Results 1 – 9 of 9) sorted by relevance

/external/libopus/src/
Dopus_multistream_encoder.c1080 const opus_int16 *short_src; in opus_copy_channel_in_short() local
1082 short_src = (const opus_int16 *)src; in opus_copy_channel_in_short()
1085 dst[i*dst_stride] = short_src[i*src_stride+src_channel]; in opus_copy_channel_in_short()
1087 dst[i*dst_stride] = (1/32768.f)*short_src[i*src_stride+src_channel]; in opus_copy_channel_in_short()
/external/syslinux/com32/lua/src/
Dlauxlib.c97 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
131 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
188 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
Dldblib.c136 settabss(L, "short_src", ar.short_src); in db_getinfo()
Dlua.h417 char short_src[LUA_IDSIZE]; /* (S) */ member
Dldebug.c192 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
/external/skia/third_party/lua/src/
Dlauxlib.c97 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
131 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
188 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
Dldblib.c136 settabss(L, "short_src", ar.short_src); in db_getinfo()
Dlua.h412 char short_src[LUA_IDSIZE]; /* (S) */ member
Dldebug.c192 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()