Searched refs:mime (Results 1 – 18 of 18) sorted by relevance
34 * Check if the specified mime-type & security level require a secure decoder37 * @param mime The content mime-type40 * for the specified mime-type & security level42 requiresSecureDecoder(string mime, @1.1::SecurityLevel level) generates (bool secureRequired);45 * Check if the specified mime-type requires a secure decoder component48 * @param mime The content mime-type50 * for the specified mime-type52 requiresSecureDecoderDefault(string mime) generates (bool secureRequired);
93 for (auto mime : {kVideoMp4, kAudioMp4}) { in TEST_P()103 bool r1 = crypto->requiresSecureDecoderComponent(mime); in TEST_P()106 r2 = drm->requiresSecureDecoderDefault(mime); in TEST_P()109 r2 = drm->requiresSecureDecoder(mime, sL); in TEST_P()164 hidl_string mime{"text/plain"}; in TEST_P() local167 sid, initData, mime, V1_0::KeyType::STREAMING, in TEST_P()
36 * to decode data of the given mime type.38 * @param mime the mime type of the media data.41 requiresSecureDecoderComponent(string mime) generates (bool result);
26 std::string_view mime = mediatype->m.value; in C2MediaType2ECOCodecType() local27 if (!mime.compare("video/avc")) { in C2MediaType2ECOCodecType()29 } else if (!mime.compare("video/hevc")) { in C2MediaType2ECOCodecType()
43 const hidl_string& mime) override;
77 const hidl_string& mime) { in requiresSecureDecoderComponent() argument83 return holder->requiresSecureDecoderComponent(String8(mime.c_str())); in requiresSecureDecoderComponent()
44 virtual Return<bool> requiresSecureDecoderComponent(const hidl_string& mime) override;
72 Return<bool> DescramblerImpl::requiresSecureDecoderComponent(const hidl_string& mime) { in requiresSecureDecoderComponent() argument78 return holder->requiresSecureDecoderComponent(String8(mime.c_str())); in requiresSecureDecoderComponent()
37 const hidl_string& mime) { in requiresSecureDecoderComponent() argument38 return mLegacyPlugin->requiresSecureDecoderComponent(mime.c_str()); in requiresSecureDecoderComponent()
55 Return<bool> requiresSecureDecoderComponent(const hidl_string& mime)
42 * @param mimeType identifies the mime type in question
67 * based on the mime type provided in the mimeType parameter. It could71 * @param mimeType identifies the mime type of the content
48 * "mime", string
81 * based on the mime type provided in the mimeType parameter.86 * @param mimeType identifies the mime type of the content
117 * based on the mime type provided in the mimeType parameter. It could121 * @param mimeType identifies the mime type of the content