Home
last modified time | relevance | path

Searched refs:rawMediaType (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp103 C2String rawMediaType; in BaseParams() local
117 rawMediaType = MEDIA_MIMETYPE_VIDEO_RAW; in BaseParams()
123 rawMediaType = MEDIA_MIMETYPE_AUDIO_RAW; in BaseParams()
133 if (mediaType == rawMediaType) { in BaseParams()
148 isEncoder ? rawMediaType : mediaType)) in BaseParams()
160 isEncoder ? mediaType : rawMediaType)) in BaseParams()
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp149 const char *rawMediaType = ""; local
153 rawMediaType = MIMETYPE_VIDEO_RAW;
156 rawMediaType = MIMETYPE_AUDIO_RAW;
162 std::string inputMediaType{isEncoder ? rawMediaType : mediaType};
163 std::string outputMediaType{isEncoder ? mediaType : rawMediaType};