Functions
gst_cpuid_supports_arm_neon
gboolean
gst_cpuid_supports_arm_neon ()
Returns
–
TRUE if NEON (32-bit) is supported by the CPU, FALSE otherwise.
Since : 1.28
Gst.prototype.cpuid_supports_arm_neon
function Gst.prototype.cpuid_supports_arm_neon(): {
// javascript wrapper for 'gst_cpuid_supports_arm_neon'
}
true if NEON (32-bit) is supported by the CPU, false otherwise.
Since : 1.28
Gst.cpuid_supports_arm_neon
def Gst.cpuid_supports_arm_neon ():
#python wrapper for 'gst_cpuid_supports_arm_neon'
True if NEON (32-bit) is supported by the CPU, False otherwise.
Since : 1.28
gst_cpuid_supports_arm_neon64
gboolean
gst_cpuid_supports_arm_neon64 ()
Returns
–
TRUE if NEON (64-bit) is supported by the CPU, FALSE otherwise.
Since : 1.28
Gst.prototype.cpuid_supports_arm_neon64
function Gst.prototype.cpuid_supports_arm_neon64(): {
// javascript wrapper for 'gst_cpuid_supports_arm_neon64'
}
true if NEON (64-bit) is supported by the CPU, false otherwise.
Since : 1.28
Gst.cpuid_supports_arm_neon64
def Gst.cpuid_supports_arm_neon64 ():
#python wrapper for 'gst_cpuid_supports_arm_neon64'
True if NEON (64-bit) is supported by the CPU, False otherwise.
Since : 1.28
gst_cpuid_supports_x86_3dnow
gboolean
gst_cpuid_supports_x86_3dnow ()
Returns
–
TRUE if 3DNow! is supported by the CPU, FALSE otherwise.
Since : 1.28
Gst.prototype.cpuid_supports_x86_3dnow
function Gst.prototype.cpuid_supports_x86_3dnow(): {
// javascript wrapper for 'gst_cpuid_supports_x86_3dnow'
}
true if 3DNow! is supported by the CPU, false otherwise.
Since : 1.28
Gst.cpuid_supports_x86_3dnow
def Gst.cpuid_supports_x86_3dnow ():
#python wrapper for 'gst_cpuid_supports_x86_3dnow'
True if 3DNow! is supported by the CPU, False otherwise.
Since : 1.28
gst_cpuid_supports_x86_avx
gboolean
gst_cpuid_supports_x86_avx ()
Returns
–
TRUE if AVX is supported by the CPU, FALSE otherwise.
Since : 1.28
Gst.prototype.cpuid_supports_x86_avx
function Gst.prototype.cpuid_supports_x86_avx(): {
// javascript wrapper for 'gst_cpuid_supports_x86_avx'
}
true if AVX is supported by the CPU, false otherwise.
Since : 1.28
Gst.cpuid_supports_x86_avx
def Gst.cpuid_supports_x86_avx ():
#python wrapper for 'gst_cpuid_supports_x86_avx'
True if AVX is supported by the CPU, False otherwise.
Since : 1.28
gst_cpuid_supports_x86_avx2
gboolean
gst_cpuid_supports_x86_avx2 ()
Returns
–
TRUE if avx2 is supported by the CPU, FALSE otherwise.
Since : 1.28
Gst.prototype.cpuid_supports_x86_avx2
function Gst.prototype.cpuid_supports_x86_avx2(): {
// javascript wrapper for 'gst_cpuid_supports_x86_avx2'
}
true if avx2 is supported by the CPU, false otherwise.
Since : 1.28
Gst.cpuid_supports_x86_avx2
def Gst.cpuid_supports_x86_avx2 ():
#python wrapper for 'gst_cpuid_supports_x86_avx2'
True if avx2 is supported by the CPU, False otherwise.
Since : 1.28
gst_cpuid_supports_x86_mmx
gboolean
gst_cpuid_supports_x86_mmx ()
Returns
–
TRUE if MMX is supported by the CPU, FALSE otherwise.
Since : 1.28
Gst.prototype.cpuid_supports_x86_mmx
function Gst.prototype.cpuid_supports_x86_mmx(): {
// javascript wrapper for 'gst_cpuid_supports_x86_mmx'
}
true if MMX is supported by the CPU, false otherwise.
Since : 1.28
Gst.cpuid_supports_x86_mmx
def Gst.cpuid_supports_x86_mmx ():
#python wrapper for 'gst_cpuid_supports_x86_mmx'
True if MMX is supported by the CPU, False otherwise.
Since : 1.28
gst_cpuid_supports_x86_mmxext
gboolean
gst_cpuid_supports_x86_mmxext ()
Returns
–
TRUE if extended MMX is supported by the CPU, FALSE otherwise.
Since : 1.28
Gst.prototype.cpuid_supports_x86_mmxext
function Gst.prototype.cpuid_supports_x86_mmxext(): {
// javascript wrapper for 'gst_cpuid_supports_x86_mmxext'
}
true if extended MMX is supported by the CPU, false otherwise.
Since : 1.28
Gst.cpuid_supports_x86_mmxext
def Gst.cpuid_supports_x86_mmxext ():
#python wrapper for 'gst_cpuid_supports_x86_mmxext'
True if extended MMX is supported by the CPU, False otherwise.
Since : 1.28
gst_cpuid_supports_x86_sse2
gboolean
gst_cpuid_supports_x86_sse2 ()
Returns
–
TRUE if SSE2 is supported by the CPU, FALSE otherwise.
Since : 1.28
Gst.prototype.cpuid_supports_x86_sse2
function Gst.prototype.cpuid_supports_x86_sse2(): {
// javascript wrapper for 'gst_cpuid_supports_x86_sse2'
}
true if SSE2 is supported by the CPU, false otherwise.
Since : 1.28
Gst.cpuid_supports_x86_sse2
def Gst.cpuid_supports_x86_sse2 ():
#python wrapper for 'gst_cpuid_supports_x86_sse2'
True if SSE2 is supported by the CPU, False otherwise.
Since : 1.28
gst_cpuid_supports_x86_sse3
gboolean
gst_cpuid_supports_x86_sse3 ()
Returns
–
TRUE if SSE3 is supported by the CPU, FALSE otherwise.
Since : 1.28
Gst.prototype.cpuid_supports_x86_sse3
function Gst.prototype.cpuid_supports_x86_sse3(): {
// javascript wrapper for 'gst_cpuid_supports_x86_sse3'
}
true if SSE3 is supported by the CPU, false otherwise.
Since : 1.28
Gst.cpuid_supports_x86_sse3
def Gst.cpuid_supports_x86_sse3 ():
#python wrapper for 'gst_cpuid_supports_x86_sse3'
True if SSE3 is supported by the CPU, False otherwise.
Since : 1.28
gst_cpuid_supports_x86_sse4_1
gboolean
gst_cpuid_supports_x86_sse4_1 ()
Returns
–
TRUE if SSE4.1 is supported by the CPU, FALSE otherwise.
Since : 1.28
Gst.prototype.cpuid_supports_x86_sse4_1
function Gst.prototype.cpuid_supports_x86_sse4_1(): {
// javascript wrapper for 'gst_cpuid_supports_x86_sse4_1'
}
true if SSE4.1 is supported by the CPU, false otherwise.
Since : 1.28
Gst.cpuid_supports_x86_sse4_1
def Gst.cpuid_supports_x86_sse4_1 ():
#python wrapper for 'gst_cpuid_supports_x86_sse4_1'
True if SSE4.1 is supported by the CPU, False otherwise.
Since : 1.28
gst_cpuid_supports_x86_sse4_2
gboolean
gst_cpuid_supports_x86_sse4_2 ()
Returns
–
TRUE if SSSE3 is supported by the CPU, FALSE otherwise.
Since : 1.28
Gst.prototype.cpuid_supports_x86_sse4_2
function Gst.prototype.cpuid_supports_x86_sse4_2(): {
// javascript wrapper for 'gst_cpuid_supports_x86_sse4_2'
}
true if SSSE3 is supported by the CPU, false otherwise.
Since : 1.28
Gst.cpuid_supports_x86_sse4_2
def Gst.cpuid_supports_x86_sse4_2 ():
#python wrapper for 'gst_cpuid_supports_x86_sse4_2'
True if SSSE3 is supported by the CPU, False otherwise.
Since : 1.28
gst_cpuid_supports_x86_ssse3
gboolean
gst_cpuid_supports_x86_ssse3 ()
Returns
–
TRUE if SSSE3 is supported by the CPU, FALSE otherwise.
Since : 1.28
Gst.prototype.cpuid_supports_x86_ssse3
function Gst.prototype.cpuid_supports_x86_ssse3(): {
// javascript wrapper for 'gst_cpuid_supports_x86_ssse3'
}
true if SSSE3 is supported by the CPU, false otherwise.
Since : 1.28
Gst.cpuid_supports_x86_ssse3
def Gst.cpuid_supports_x86_ssse3 ():
#python wrapper for 'gst_cpuid_supports_x86_ssse3'
True if SSSE3 is supported by the CPU, False otherwise.
Since : 1.28
The results of the search are