Home
last modified time | relevance | path

Searched refs:cur_buf (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dviddec_pm.c116 cxt->cur_buf.list_index = -1; in viddec_pm_init_context()
146 static inline uint32_t viddec_pm_check_inband_messages(viddec_pm_sc_cur_buf_t *cur_buf, uint32_t *t… in viddec_pm_check_inband_messages() argument
149 if(cur_buf->cur_es->flags != 0) in viddec_pm_check_inband_messages()
152 cur_buf->cur_offset +=(cur_buf->cur_size); in viddec_pm_check_inband_messages()
153 cur_buf->cur_size = 0; in viddec_pm_check_inband_messages()
154 switch(cur_buf->cur_es->flags) in viddec_pm_check_inband_messages()
180 viddec_pm_sc_cur_buf_t *cur_buf = &(cxt->cur_buf); in viddec_pm_create_ibuf() local
188 if(cur_buf->list_index == -1) in viddec_pm_create_ibuf()
192 (uint32_t *)&(cur_buf->list_index), in viddec_pm_create_ibuf()
193 &(cur_buf->cur_offset)) != 1) in viddec_pm_create_ibuf()
[all …]
Dvbp_utils.c428 pcontext->parser_cxt->cur_buf.list_index = -1; in vbp_utils_create_context()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
Dviddec_pm.h60 viddec_pm_sc_cur_buf_t cur_buf; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconintra.c341 frame_width = xd->cur_buf->y_width; in build_intra_predictors()
342 frame_height = xd->cur_buf->y_height; in build_intra_predictors()
344 frame_width = xd->cur_buf->uv_width; in build_intra_predictors()
345 frame_height = xd->cur_buf->uv_height; in build_intra_predictors()
Dvp9_blockd.h225 const YV12_BUFFER_CONFIG *cur_buf; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c1264 xd->cur_buf = new_fb; in vp9_decode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c977 x->e_mbd.cur_buf = src; in vp9_setup_src_planes()