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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerAndroid.h 42 // PREPARING should be the progressing image
47 typedef enum {INITIALIZED, PREPARING, PREPARED, PLAYING, RELEASED} PlayerState;
VideoLayerAndroid.cpp 164 if (m_playerState == PREPARING) {
  /packages/apps/LegacyCamera/src/com/android/camera/
Storage.java 45 public static final long PREPARING = -2L;
109 return PREPARING;
Camera.java     [all...]
VideoCamera.java 694 } else if (mStorageSpace == Storage.PREPARING) {
    [all...]
  /frameworks/av/media/libaah_rtp/
aah_tx_player.cpp 227 if (mFlags & PREPARING) {
241 mFlags |= PREPARING;
375 mFlags &= ~(PREPARING|PREPARE_CANCELLED|PREPARING_CONNECTED);
488 mFlags &= ~(PREPARING|PREPARE_CANCELLED|PREPARING_CONNECTED);
706 if (mFlags & PREPARING) {
714 // We are basically done preparing, we're just buffering
720 while (mFlags & PREPARING) {
921 if (mFlags & PREPARING) {
958 } else if (mFlags & PREPARING) {
990 } else if (mFlags & PREPARING) {
    [all...]
aah_tx_player.h 79 PREPARING = 8,
84 // We are basically done preparing but are currently buffering
  /packages/apps/Camera/src/com/android/camera/
Storage.java 45 public static final long PREPARING = -2L;
201 return PREPARING;
ActivityBase.java 234 } else if (storageSpace == Storage.PREPARING) {
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp 273 if (mFlags & PREPARING) {
277 while (mFlags & PREPARING) {
    [all...]
PreviewPlayer.h 98 PREPARING = 8,
108 // We are basically done preparing but are currently buffering
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 493 if (mFlags & PREPARING) {
501 // We are basically done preparing, we're just buffering
507 while (mFlags & PREPARING) {
678 if (mFlags & PREPARING) {
714 } else if (mFlags & PREPARING) {
734 if (mFlags & PREPARING) {
774 } else if (mFlags & PREPARING) {
    [all...]
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 114 PREPARING = 0x08,
123 // We are basically done preparing but are currently buffering

Completed in 326 milliseconds