Searched refs:rawMediaType (Results 1 – 2 of 2) sorted by relevance
103 C2String rawMediaType; in BaseParams() local117 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()
149 const char *rawMediaType = ""; local153 rawMediaType = MIMETYPE_VIDEO_RAW;156 rawMediaType = MIMETYPE_AUDIO_RAW;162 std::string inputMediaType{isEncoder ? rawMediaType : mediaType};163 std::string outputMediaType{isEncoder ? mediaType : rawMediaType};