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

  /frameworks/av/media/libstagefright/foundation/
MediaDefs.cpp 31 const char *MEDIA_MIMETYPE_VIDEO_RAW = "video/raw";
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
MediaDefs.h 33 extern const char *MEDIA_MIMETYPE_VIDEO_RAW;
  /frameworks/av/media/libstagefright/rtsp/
VideoSource.h 43 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
  /external/v4l2_codec2/tests/
C2VDACompIntf_test.cpp 29 const char* MEDIA_MIMETYPE_VIDEO_RAW = "video/raw";
284 AllocSharedString<C2PortMediaTypeSetting::input>(MEDIA_MIMETYPE_VIDEO_RAW));
290 AllocSharedString<C2PortMediaTypeSetting::output>(MEDIA_MIMETYPE_VIDEO_RAW));
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 78 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
record.cpp 66 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
  /hardware/google/av/media/codecs/base/
SimpleC2Interface.cpp 96 rawMediaType = MEDIA_MIMETYPE_VIDEO_RAW;
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxEnc.h 252 MEDIA_MIMETYPE_VIDEO_RAW))
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 417 if (strcasecmp(mime.c_str(), MEDIA_MIMETYPE_VIDEO_RAW)) {
  /hardware/google/av/media/codecs/mpeg4_h263/
C2SoftMpeg4Enc.cpp 69 MEDIA_MIMETYPE_VIDEO_RAW))
  /external/v4l2_codec2/
C2VDAComponent.cpp 114 MEDIA_MIMETYPE_VIDEO_RAW))
    [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 697 mMeta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
    [all...]
ACodec.cpp     [all...]
  /hardware/google/av/media/codecs/avc/
C2SoftAvcEnc.cpp 60 MEDIA_MIMETYPE_VIDEO_RAW))
    [all...]

Completed in 146 milliseconds