HomeSort by relevance Sort by last modified time
    Searched refs:_this (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/libopus/celt/
entenc.c 60 static int ec_write_byte(ec_enc *_this,unsigned _value){
61 if(_this->offs+_this->end_offs>=_this->storage)return -1;
62 _this->buf[_this->offs++]=(unsigned char)_value;
66 static int ec_write_byte_at_end(ec_enc *_this,unsigned _value){
67 if(_this->offs+_this->end_offs>=_this->storage)return -1
    [all...]
entdec.c 91 static int ec_read_byte(ec_dec *_this){
92 return _this->offs<_this->storage?_this->buf[_this->offs++]:0;
95 static int ec_read_byte_from_end(ec_dec *_this){
96 return _this->end_offs<_this->storage?
97 _this->buf[_this->storage-++(_this->end_offs)]:0
    [all...]
entdec.h 36 void ec_dec_init(ec_dec *_this,unsigned char *_buf,opus_uint32 _storage);
51 unsigned ec_decode(ec_dec *_this,unsigned _ft);
54 unsigned ec_decode_bin(ec_dec *_this,unsigned _bits);
69 void ec_dec_update(ec_dec *_this,unsigned _fl,unsigned _fh,unsigned _ft);
72 int ec_dec_bit_logp(ec_dec *_this,unsigned _logp);
82 int ec_dec_icdf(ec_dec *_this,const unsigned char *_icdf,unsigned _ftb);
90 opus_uint32 ec_dec_uint(ec_dec *_this,opus_uint32 _ft);
98 opus_uint32 ec_dec_bits(ec_dec *_this,unsigned _ftb);
entenc.h 36 void ec_enc_init(ec_enc *_this,unsigned char *_buf,opus_uint32 _size);
50 void ec_encode(ec_enc *_this,unsigned _fl,unsigned _fh,unsigned _ft);
53 void ec_encode_bin(ec_enc *_this,unsigned _fl,unsigned _fh,unsigned _bits);
56 void ec_enc_bit_logp(ec_enc *_this,int _val,unsigned _logp);
65 void ec_enc_icdf(ec_enc *_this,int _s,const unsigned char *_icdf,unsigned _ftb);
71 void ec_enc_uint(ec_enc *_this,opus_uint32 _fl,opus_uint32 _ft);
77 void ec_enc_bits(ec_enc *_this,opus_uint32 _fl,unsigned _ftb);
93 void ec_enc_patch_initial_bits(ec_enc *_this,unsigned _val,unsigned _nbits);
103 void ec_enc_shrink(ec_enc *_this,opus_uint32 _size);
108 void ec_enc_done(ec_enc *_this);
    [all...]
entcode.h 93 static OPUS_INLINE opus_uint32 ec_range_bytes(ec_ctx *_this){
94 return _this->offs;
97 static OPUS_INLINE unsigned char *ec_get_buffer(ec_ctx *_this){
98 return _this->buf;
101 static OPUS_INLINE int ec_get_error(ec_ctx *_this){
102 return _this->error;
111 static OPUS_INLINE int ec_tell(ec_ctx *_this){
112 return _this->nbits_total-EC_ILOG(_this->rng);
121 opus_uint32 ec_tell_frac(ec_ctx *_this);
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDebugMessageCallback.cpp 3 android_glDebugMessageCallback(JNIEnv *_env, jobject _this, jobject callback) {
glDebugMessageCallbackKHR.cpp 3 android_glDebugMessageCallbackKHR(JNIEnv *_env, jobject _this, jobject callback) {
glGetPointervKHR.cpp 3 android_glGetDebugMessageCallbackKHR(JNIEnv *_env, jobject _this) {
glGetBooleanv.cpp 4 (JNIEnv *_env, jobject _this, jint pname, jbooleanArray params_ref, jint offset) {
6 _env, _this, pname, params_ref, offset);
12 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) {
14 _env, _this, pname, params_buf);
glGetFloatv.cpp 4 (JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) {
6 _env, _this, pname, params_ref, offset);
12 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) {
14 _env, _this, pname, params_buf);
glGetIntegerv.cpp 4 (JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) {
6 _env, _this, pname, params_ref, offset);
12 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) {
14 _env, _this, pname, params_buf);
glGetObjectLabel.cpp 3 android_glGetObjectLabel(JNIEnv *_env, jobject _this, jint identifier, jint name) {
glGetObjectLabelKHR.cpp 3 android_glGetObjectLabelKHR(JNIEnv *_env, jobject _this, jint identifier, jint name) {
glGetObjectPtrLabel.cpp 3 android_glGetObjectPtrLabel(JNIEnv *_env, jobject _this, jlong ptr) {
glGetObjectPtrLabelKHR.cpp 3 android_glGetObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr) {
glGetPointerv.cpp 3 android_glGetPointerv(JNIEnv *_env, jobject _this, jint pname) {
glObjectPtrLabel.cpp 3 android_glObjectPtrLabel(JNIEnv *_env, jobject _this, jlong ptr, jstring label) {
glObjectPtrLabelKHR.cpp 3 android_glObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr, jstring label) {
glGetProgramResourceName.cpp 4 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index) {
glGetStringi.cpp 4 (JNIEnv *_env, jobject _this, jint name, jint index) {
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglGetDisplay.cpp 4 (JNIEnv *_env, jobject _this, jlong display_id) {
15 (JNIEnv *_env, jobject _this, jint display_id) {
22 return android_eglGetDisplay(_env, _this, display_id);
eglCreatePixmapSurface.cpp 4 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset) {
eglQueryString.cpp 4 (JNIEnv *_env, jobject _this, jobject dpy, jint name) {
  /frameworks/base/tests/JankBench/app/src/main/jni/
test.cpp 39 jlong Java_com_android_benchmark_synthetic_TestInterface_nInit(JNIEnv *_env, jobject _this, jlong options) {
51 void Java_com_android_benchmark_synthetic_TestInterface_nDestroy(JNIEnv *_env, jobject _this, jlong _b) {
58 JNIEnv *_env, jobject _this, jlong _b, jlong options) {
64 JNIEnv *_env, jobject _this, jlong _b, jlong options) {
70 JNIEnv *_env, jobject _this, jlong _b, jfloatArray data) {
84 JNIEnv *_env, jobject _this, jlong _b) {
90 JNIEnv *_env, jobject _this, jlong _b, jlong opt) {
96 JNIEnv *_env, jobject _this, jlong _b, jlong opt) {
102 JNIEnv *_env, jobject _this, jlong _b, jlong opt) {
108 JNIEnv *_env, jobject _this, jlong _b)
    [all...]
  /external/neven/
FaceDetector_jni.cpp 94 (JNIEnv *_env, jclass _this)
96 gFaceDetectorOffsets.fd = _env->GetFieldID(_this, "mFD", "J");
97 gFaceDetectorOffsets.sdk = _env->GetFieldID(_this, "mSDK", "J");
98 gFaceDetectorOffsets.dcr = _env->GetFieldID(_this, "mDCR", "J");
99 gFaceDetectorOffsets.width = _env->GetFieldID(_this, "mWidth", "I");
100 gFaceDetectorOffsets.height = _env->GetFieldID(_this, "mHeight", "I");
101 gFaceDetectorOffsets.maxFaces = _env->GetFieldID(_this, "mMaxFaces", "I");
102 gFaceDetectorOffsets.bwbuffer = _env->GetFieldID(_this, "mBWBuffer", "[B");
117 initialize(JNIEnv *_env, jobject _this,
171 _env->SetLongField(_this, gFaceDetectorOffsets.fd, (jlong)fd)
    [all...]

Completed in 198 milliseconds

1 2 3 4 5