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

  /external/chromium/third_party/libjingle/source/talk/examples/call/
mucinviterecvtask.h 46 TYPE_VIDEO = 2,
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
mucinviterecvtask.h 46 TYPE_VIDEO = 2,
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 90 private static final String TYPE_VIDEO = "video";
150 AUTHORITY, getDocIdForIdent(TYPE_VIDEO, id));
240 } else if (TYPE_VIDEO.equals(ident.type)) {
427 } else if (TYPE_VIDEO.equals(ident.type) && ident.id != -1) {
462 } else if (TYPE_VIDEO.equals(ident.type)) {
660 final String docId = getDocIdForIdent(TYPE_VIDEO, id);
    [all...]
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 35 TYPE_VIDEO,
138 case TYPE_VIDEO:
193 } else if (mType == TYPE_VIDEO) {
924 groupType = MediaGroup::TYPE_VIDEO;
    [all...]

Completed in 553 milliseconds