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'
}
Returns (Number)

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'
Returns (bool)

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'
}
Returns (Number)

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'
Returns (bool)

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'
}
Returns (Number)

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'
Returns (bool)

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'
}
Returns (Number)

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'
Returns (bool)

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'
}
Returns (Number)

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'
Returns (bool)

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'
}
Returns (Number)

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'
Returns (bool)

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'
}
Returns (Number)

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'
Returns (bool)

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'
}
Returns (Number)

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'
Returns (bool)

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'
}
Returns (Number)

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'
Returns (bool)

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'
}
Returns (Number)

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'
Returns (bool)

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'
}
Returns (Number)

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'
Returns (bool)

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'
}
Returns (Number)

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'
Returns (bool)

True if SSSE3 is supported by the CPU, False otherwise.

Since : 1.28


The results of the search are