Searched refs:short_src (Results 1 – 9 of 9) sorted by relevance
/external/libopus/src/ |
D | opus_multistream_encoder.c | 1080 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/ |
D | lauxlib.c | 97 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()
|
D | ldblib.c | 136 settabss(L, "short_src", ar.short_src); in db_getinfo()
|
D | lua.h | 417 char short_src[LUA_IDSIZE]; /* (S) */ member
|
D | ldebug.c | 192 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
|
/external/skia/third_party/lua/src/ |
D | lauxlib.c | 97 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()
|
D | ldblib.c | 136 settabss(L, "short_src", ar.short_src); in db_getinfo()
|
D | lua.h | 412 char short_src[LUA_IDSIZE]; /* (S) */ member
|
D | ldebug.c | 192 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
|