HomeSort by relevance Sort by last modified time
    Searched defs:cur_buf (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h 67 // TODO(hkuang): Combine this with cur_buf in macroblockd as they are
69 RefCntBuffer *cur_buf; // Current decoding frame buffer. member in struct:VP9Decoder
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm.h 60 viddec_pm_sc_cur_buf_t cur_buf; member in struct:__anon31055
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm.c 116 cxt->cur_buf.list_index = -1;
146 static inline uint32_t viddec_pm_check_inband_messages(viddec_pm_sc_cur_buf_t *cur_buf, uint32_t *type)
149 if(cur_buf->cur_es->flags != 0)
152 cur_buf->cur_offset +=(cur_buf->cur_size);
153 cur_buf->cur_size = 0;
154 switch(cur_buf->cur_es->flags)
180 viddec_pm_sc_cur_buf_t *cur_buf = &(cxt->cur_buf); local
188 if(cur_buf->list_index == -1
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 183 const YV12_BUFFER_CONFIG *cur_buf; member in struct:macroblockd
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 225 const YV12_BUFFER_CONFIG *cur_buf; member in struct:macroblockd
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 652 uint8_t* cur_buf = guess_buf.get(); local
654 int32_t ret = FPDFAPI_FlateOutput(context, cur_buf, buf_size);
674 cur_buf = guess_buf.get() + old_size;
691 uint8_t* cur_buf = guess_buf.release(); local
693 int32_t ret = FPDFAPI_FlateOutput(context, cur_buf, buf_size);
697 result_tmp_bufs.Add(cur_buf);
702 result_tmp_bufs.Add(cur_buf);
706 result_tmp_bufs.Add(cur_buf);
707 cur_buf = FX_Alloc(uint8_t, buf_size + 1);
708 cur_buf[buf_size] = '\0'
    [all...]

Completed in 1302 milliseconds