HomeSort by relevance Sort by last modified time
    Searched full:has_video (Results 1 - 11 of 11) sorted by null

  /frameworks/base/tests/OneMedia/res/values/
strings.xml 13 <string name="has_video">Is video</string>
  /frameworks/base/tests/OneMedia/res/layout/
activity_one_player.xml 31 android:id="@+id/has_video"
35 android:text="@string/has_video" />
  /frameworks/av/include/media/stagefright/
AudioPlayer.h 43 HAS_VIDEO = 0x1000,
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
OnePlayerActivity.java 77 mHasVideo = (CheckBox) findViewById(R.id.has_video);
  /frameworks/av/media/libstagefright/
AudioPlayer.cpp 179 offloadInfo.has_video = ((mCreateFlags & HAS_VIDEO) != 0);
Utils.cpp 864 info.has_video = hasVideo;
AwesomePlayer.cpp 1074 flags |= AudioPlayer::HAS_VIDEO;
    [all...]
  /system/media/audio/include/system/
audio.h 774 bool has_video; \/\/ true if stream is tied to a video stream member in struct:__anon70121
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp     [all...]

Completed in 2126 milliseconds