Home
last modified time | relevance | path

Searched refs:src_ofs (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddolby_e.h58 uint16_t src_ofs; member
Ddolby_e.c532 float *src = buffer + g->src_ofs; in transform()
/third_party/glib/glib/
Dgvariant-parser.c1558 gint *src_ofs, in unicode_unescape() argument
1570 (*src_ofs)++; in unicode_unescape()
1573 strncpy (buffer, src + *src_ofs, length); in unicode_unescape()
1588 escape_ref.start += *src_ofs; in unicode_unescape()
1600 *src_ofs += length; in unicode_unescape()