HomeSort by relevance Sort by last modified time
    Searched refs:frame_ptr (Results 1 - 6 of 6) 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:__anon22076
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 143 YV12_BUFFER_CONFIG *frame_ptr,
175 x->e_mbd.pre.y_buffer = frame_ptr->y_buffer;
176 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 1636 intptr_t frame_ptr = input_->GetRegister(fp_reg.code()); local
    [all...]

Completed in 183 milliseconds