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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
stream.c 29 stream->frame_ptr_bk = stream->frame_ptr;
46 stream->frame_ptr = stream->frame_ptr_bk;
53 stream->frame_ptr_bk = stream->frame_ptr;
voAMRWBEnc.c     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
stream.h 35 unsigned char *frame_ptr; member in struct:__anon28138
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 143 YV12_BUFFER_CONFIG *frame_ptr,
177 x->e_mbd.pre.y_buffer = frame_ptr->y_buffer;
178 x->e_mbd.pre.y_stride = frame_ptr->y_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
temporal_filter.c 142 YV12_BUFFER_CONFIG *frame_ptr,
174 x->e_mbd.pre.y_buffer = frame_ptr->y_buffer;
175 x->e_mbd.pre.y_stride = frame_ptr->y_stride;
  /external/v8/src/
deoptimizer.cc 1703 intptr_t frame_ptr = input_->GetRegister(fp_reg.code()); local
    [all...]
  /external/valgrind/coregrind/
m_machine.c 46 #define FRAME_PTR(regs) ((regs).vex.VG_FRAME_PTR)
55 return FRAME_PTR( VG_(threads)[tid].arch );
    [all...]

Completed in 265 milliseconds