HomeSort by relevance Sort by last modified time
    Searched full:gstring (Results 1 - 25 of 65) sorted by null

1 2 3

  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat.h 44 typedef MIX_RESULT (*MixVideoFmtGetCapsFunc)(MixVideoFormat *mix, GString *msg);
75 GString *mime_type;
142 MIX_RESULT mix_videofmt_getcaps(MixVideoFormat *mix, GString *msg);
mixvideoformatenc.h 41 typedef MIX_RESULT (*MixVideoFmtEncGetCapsFunc)(MixVideoFormatEnc *mix, GString *msg);
70 GString *mime_type;
156 MIX_RESULT mix_videofmtenc_getcaps(MixVideoFormatEnc *mix, GString *msg);
mixvideoformat.c 18 GString *msg);
174 GString *msg) {
339 MIX_RESULT mix_videofmt_getcaps(MixVideoFormat *mix, GString *msg) {
mixvideoformat_h264.h 90 MIX_RESULT mix_videofmt_h264_getcaps(MixVideoFormat *mix, GString *msg);
mixvideoformat_mp42.h 95 MIX_RESULT mix_videofmt_mp42_getcaps(MixVideoFormat *mix, GString *msg);
mixvideoformat_vc1.h 94 MIX_RESULT mix_videofmt_vc1_getcaps(MixVideoFormat *mix, GString *msg);
mixvideoformatenc.c 16 GString *msg);
162 GString *msg) {
426 MIX_RESULT mix_videofmtenc_getcaps(MixVideoFormatEnc *mix, GString *msg) {
mixvideoconfigparamsdec.h 75 GString * mime_type;
mixvideoformatenc_h264.h 115 MIX_RESULT mix_videofmtenc_h264_getcaps(MixVideoFormatEnc *mix, GString *msg);
mixvideoformatenc_mpeg4.h 116 MIX_RESULT mix_videofmtenc_mpeg4_getcaps(MixVideoFormatEnc *mix, GString *msg);
mixvideoformatenc_preview.h 115 MIX_RESULT mix_videofmtenc_preview_getcaps(MixVideoFormatEnc *mix, GString *msg);
mixvideoconfigparamsenc.h 88 GString * mime_type;
mixvideoformatenc_preview.c 112 MIX_RESULT mix_videofmtenc_preview_getcaps(MixVideoFormatEnc *mix, GString *msg) {
    [all...]
mixvideoformat_mp42.c 173 MIX_RESULT mix_videofmt_mp42_getcaps(MixVideoFormat *mix, GString *msg) {
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
dir_plan9.go 122 if d.Name, b, ok = gstring(b); !ok {
125 if d.Uid, b, ok = gstring(b); !ok {
128 if d.Gid, b, ok = gstring(b); !ok {
131 if d.Muid, b, ok = gstring(b); !ok {
203 // gstring reads a string from b, prefixed with a 16-bit length in little-endian order.
206 func gstring(b []byte) (string, []byte, bool) {
exec_plan9.go 115 s, _, ok := gstring(buf[i+41:])
  /prebuilts/go/linux-x86/src/syscall/
dir_plan9.go 122 if d.Name, b, ok = gstring(b); !ok {
125 if d.Uid, b, ok = gstring(b); !ok {
128 if d.Gid, b, ok = gstring(b); !ok {
131 if d.Muid, b, ok = gstring(b); !ok {
203 // gstring reads a string from b, prefixed with a 16-bit length in little-endian order.
206 func gstring(b []byte) (string, []byte, bool) {
exec_plan9.go 115 s, _, ok := gstring(buf[i+41:])
  /external/harfbuzz_ng/util/
options.hh 369 GString *gs;
441 GString *gs);
446 GString *gs);
448 GString *gs);
454 GString *gs);
457 GString *gs);
465 GString *gs);
options.cc 73 GString *shapers = g_string_new (NULL);
382 GString *s = g_string_new (NULL);
490 GString *gs = g_string_new (NULL);
579 GString *s = g_string_new (NULL);
728 GString *gs)
749 GString *gs)
769 GString *gs)
780 GString *gs)
799 GString *gs)
813 GString *gs
    [all...]
hb-shape.cc 121 GString *gs;
  /prebuilts/go/darwin-x86/test/bench/shootout/
k-nucleotide.c 181 GString *stuff;
  /prebuilts/go/linux-x86/test/bench/shootout/
k-nucleotide.c 181 GString *stuff;
  /external/dbus/test/
dbus-daemon.c 75 GString *address;
dbus-daemon-eavesdrop.c 109 GString *address;

Completed in 908 milliseconds

1 2 3