Home
last modified time | relevance | path

Searched refs:psource (Results 1 – 6 of 6) sorted by relevance

/external/lua/src/
Dldump.c96 static void DumpFunction(const Proto *f, TString *psource, DumpState *D);
166 static void DumpFunction (const Proto *f, TString *psource, DumpState *D) { in DumpFunction() argument
167 if (D->strip || f->source == psource) in DumpFunction()
Dlundump.c115 static void LoadFunction(LoadState *S, Proto *f, TString *psource);
202 static void LoadFunction (LoadState *S, Proto *f, TString *psource) { in LoadFunction() argument
205 f->source = psource; /* reuse parent's source */ in LoadFunction()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c344 const uint8_t **psource) { in vp9_receive_compressed_data() argument
348 const uint8_t *source = *psource; in vp9_receive_compressed_data()
405 vp9_decode_frame(pbi, source, source + size, psource); in vp9_receive_compressed_data()
Dvp9_decoder.h96 const uint8_t **psource);
/external/libaom/libaom/av1/decoder/
Ddecoder.c436 const uint8_t **psource) { in av1_receive_compressed_data() argument
438 const uint8_t *source = *psource; in av1_receive_compressed_data()
486 aom_decode_frame_from_obus(pbi, source, source + size, psource); in av1_receive_compressed_data()
Ddecoder.h255 const uint8_t **psource);