HomeSort by relevance Sort by last modified time
    Searched full:set_ptr (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
stream.c 28 stream->set_ptr = NULL;
42 pMemOP->Copy(VO_INDEX_ENC_AMRWB, stream->frame_ptr_bk + stream->frame_storelen , stream->set_ptr, len);
44 stream->set_ptr += len;
52 stream->set_ptr = NULL;
voAMRWBEnc.c     [all...]
  /external/chromium/base/memory/
scoped_ptr_unittest.cc 14 explicit ConDecLogger(int* ptr) { set_ptr(ptr); }
17 void set_ptr(int* ptr) { ptr_ = ptr; ++*ptr_; } function in class:__anon2704::ConDecLogger
105 scoper[i].set_ptr(&constructed);
125 scoper[i].set_ptr(&constructed);
133 scoper[i].set_ptr(&constructed);
152 loggers[i].set_ptr(&constructed);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
stream.h 34 unsigned char *set_ptr; member in struct:__anon16485
  /external/chromium/base/threading/
thread_local_unittest.cc 52 void set_ptr(ThreadLocalTesterBase** ptr) { ptr_ = ptr; } function in class:base::__anon2790::GetThreadLocal
83 getter.set_ptr(&tls_val);
  /external/linux-tools-perf/util/
parse-options.h 92 * OPTION_{BIT,SET_UINT,SET_PTR} store the {mask,integer,pointer} to put in
parse-options.c 518 default: /* OPTION_{BIT,BOOLEAN,SET_UINT,SET_PTR} */

Completed in 828 milliseconds