HomeSort by relevance Sort by last modified time
    Searched refs:taglist (Results 1 - 16 of 16) sorted by null

  /external/bluetooth/bluez/audio/
gsta2dpsink.c 286 self->taglist = gst_tag_list_new();
326 if (self->taglist) {
327 gst_tag_list_free(self->taglist);
328 self->taglist = NULL;
560 /* check if we should push the taglist FIXME should we push this?
562 if (self->taglist != NULL &&
565 event = gst_event_new_tag(self->taglist);
568 if (gst_tag_list_get_boolean(self->taglist, "has-crc", &crc))
571 if (gst_tag_list_get_string(self->taglist, "channel-mode",
577 self->taglist = NULL
615 GstTagList *taglist = NULL; local
    [all...]
gsta2dpsink.h 67 GstTagList *taglist; member in struct:_GstA2dpSink
gstavdtpsink.c 1197 static void gst_avdtp_sink_tag(const GstTagList *taglist,
1206 if (!gst_tag_list_get_boolean(taglist, tag, &crc)) {
1215 if (!gst_tag_list_get_string(taglist, tag, &channel_mode)) {
1236 GstTagList *taglist = NULL; local
1241 gst_event_parse_tag(event, &taglist);
1242 gst_tag_list_foreach(taglist, gst_avdtp_sink_tag, self);
    [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh 465 taglist="$taglist $tagname"
503 for tagname in $taglist; do
    [all...]
  /external/chromium/third_party/libevent/
ltmain.sh 465 taglist="$taglist $tagname"
503 for tagname in $taglist; do
    [all...]
  /external/expat/conftools/
ltmain.sh 431 taglist="$taglist $tagname"
468 for tagname in $taglist; do
    [all...]
  /external/libffi/
ltmain.sh 459 taglist="$taglist $tagname"
497 for tagname in $taglist; do
    [all...]
  /external/llvm/autoconf/
ltmain.sh 431 taglist="$taglist $tagname"
468 for tagname in $taglist; do
    [all...]
  /external/llvm/projects/sample/autoconf/
ltmain.sh 431 taglist="$taglist $tagname"
468 for tagname in $taglist; do
    [all...]
  /external/libmtp/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/libpng/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/libusb/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/libusb-compat/
ltmain.sh 635 for tagname in $taglist; do
663 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
687 taglist="$taglist $tagname"
    [all...]
  /external/openfst/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/protobuf/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]

Completed in 372 milliseconds