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

  /frameworks/av/include/media/stagefright/
MediaDefs.h 30 extern const char *MEDIA_MIMETYPE_VIDEO_RAW;
  /frameworks/av/media/libstagefright/
MediaDefs.cpp 28 const char *MEDIA_MIMETYPE_VIDEO_RAW = "video/raw";
SurfaceMediaSource.cpp 179 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
CameraSource.cpp 543 mMeta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
OMXCodec.cpp     [all...]
ACodec.cpp     [all...]
  /frameworks/av/media/libstagefright/rtsp/
VideoSource.h 43 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 69 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
record.cpp 63 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 101 def.format.video.cMIMEType = const_cast<char *>(MEDIA_MIMETYPE_VIDEO_RAW);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 146 def.format.video.cMIMEType = const_cast<char *>(MEDIA_MIMETYPE_VIDEO_RAW);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 143 def.format.video.cMIMEType = const_cast<char *>(MEDIA_MIMETYPE_VIDEO_RAW);

Completed in 198 milliseconds