Home
last modified time | relevance | path

Searched refs:bytes_used (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.h126 uint64_t bytes_used);
Dvp9_ratectrl.c1073 void vp9_rc_postencode_update(VP9_COMP *cpi, uint64_t bytes_used) { in vp9_rc_postencode_update() argument
1079 rc->projected_frame_size = (int)(bytes_used << 3); in vp9_rc_postencode_update()
/hardware/intel/img/psb_video/src/
Dpsb_cmdbuf.c621 uint32_t bytes_used = ((unsigned char *) cmdbuf->cmd_idx - cmdbuf->cmd_start) % MTX_SEG_SIZE; in psb_cmdbuf_close_segment()
622 unsigned char *segment_start = (unsigned char *) cmdbuf->cmd_idx - bytes_used; in psb_cmdbuf_close_segment()
625 bytes_used, in psb_cmdbuf_close_segment()
630 *(cmdbuf->last_next_segment_cmd + 1) = bytes_used; in psb_cmdbuf_close_segment()