Copy as Markdown

Other Tools

// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Java methods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/HardwareCodecCapabilityUtilsWrappers.h"
#include "mozilla/jni/Accessors.h"
#endif
namespace mozilla {
namespace java {
constexpr char HardwareCodecCapabilityUtils::name[];
constexpr char HardwareCodecCapabilityUtils::Decodes10Bit_t::name[];
constexpr char HardwareCodecCapabilityUtils::Decodes10Bit_t::signature[];
auto HardwareCodecCapabilityUtils::Decodes10Bit(mozilla::jni::String::Param a0) -> bool
{
return mozilla::jni::Method<Decodes10Bit_t>::Call(HardwareCodecCapabilityUtils::Context(), nullptr, a0);
}
constexpr char HardwareCodecCapabilityUtils::GetDecoderSupportedMimeTypes_t::name[];
constexpr char HardwareCodecCapabilityUtils::GetDecoderSupportedMimeTypes_t::signature[];
auto HardwareCodecCapabilityUtils::GetDecoderSupportedMimeTypes() -> mozilla::jni::ObjectArray::LocalRef
{
return mozilla::jni::Method<GetDecoderSupportedMimeTypes_t>::Call(HardwareCodecCapabilityUtils::Context(), nullptr);
}
constexpr char HardwareCodecCapabilityUtils::GetDecoderSupportedMimeTypesWithAccelInfo_t::name[];
constexpr char HardwareCodecCapabilityUtils::GetDecoderSupportedMimeTypesWithAccelInfo_t::signature[];
auto HardwareCodecCapabilityUtils::GetDecoderSupportedMimeTypesWithAccelInfo() -> mozilla::jni::ObjectArray::LocalRef
{
return mozilla::jni::Method<GetDecoderSupportedMimeTypesWithAccelInfo_t>::Call(HardwareCodecCapabilityUtils::Context(), nullptr);
}
constexpr char HardwareCodecCapabilityUtils::HasHWH264_t::name[];
constexpr char HardwareCodecCapabilityUtils::HasHWH264_t::signature[];
auto HardwareCodecCapabilityUtils::HasHWH264() -> bool
{
return mozilla::jni::Method<HasHWH264_t>::Call(HardwareCodecCapabilityUtils::Context(), nullptr);
}
constexpr char HardwareCodecCapabilityUtils::HasHWH2642_t::name[];
constexpr char HardwareCodecCapabilityUtils::HasHWH2642_t::signature[];
auto HardwareCodecCapabilityUtils::HasHWH264(bool a0) -> bool
{
return mozilla::jni::Method<HasHWH2642_t>::Call(HardwareCodecCapabilityUtils::Context(), nullptr, a0);
}
constexpr char HardwareCodecCapabilityUtils::HasHWVP8_t::name[];
constexpr char HardwareCodecCapabilityUtils::HasHWVP8_t::signature[];
auto HardwareCodecCapabilityUtils::HasHWVP8(bool a0) -> bool
{
return mozilla::jni::Method<HasHWVP8_t>::Call(HardwareCodecCapabilityUtils::Context(), nullptr, a0);
}
constexpr char HardwareCodecCapabilityUtils::HasHWVP9_t::name[];
constexpr char HardwareCodecCapabilityUtils::HasHWVP9_t::signature[];
auto HardwareCodecCapabilityUtils::HasHWVP9(bool a0) -> bool
{
return mozilla::jni::Method<HasHWVP9_t>::Call(HardwareCodecCapabilityUtils::Context(), nullptr, a0);
}
} /* java */
} /* mozilla */