HomeSort by relevance Sort by last modified time
    Searched refs:MEDIA_MIMETYPE_VIDEO_RAW (Results 1 - 14 of 14) 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 244 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
CameraSource.cpp 559 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 70 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/enc/
SoftVPXEncoder.cpp 140 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);
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 167 } else if (!strcasecmp(inputMIME.c_str(), MEDIA_MIMETYPE_VIDEO_RAW)) {

Completed in 189 milliseconds