Searched refs:back_size (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | rl2.c | 136 int back_size; in rl2_decode_init() local 167 back_size = avctx->extradata_size - EXTRADATA1_SIZE; in rl2_decode_init() 169 if (back_size > 0) { in rl2_decode_init() 173 rl2_rle_decode(s, avctx->extradata + EXTRADATA1_SIZE, back_size, in rl2_decode_init()
|
/third_party/ffmpeg/libavformat/ |
H A D | rl2.c | 84 unsigned int back_size; in rl2_read_header() local 99 back_size = avio_rl32(pb); /**< get size of the background frame */ in rl2_read_header() 105 if(back_size > INT_MAX/2 || frame_count > INT_MAX / sizeof(uint32_t)) in rl2_read_header() 128 if(signature == RLV3_TAG && back_size > 0) in rl2_read_header() 129 st->codecpar->extradata_size += back_size; in rl2_read_header()
|
/third_party/backends/backend/ |
H A D | kvs1025_low.h | 265 int *back_size); 267 int *back_size);
|
H A D | kvs1025_low.c | 469 CMD_get_buff_status (PKV_DEV dev, int *front_size, int *back_size) in CMD_get_buff_status() argument 500 *back_size = (p[5] << 16) | (p[6] << 8) | p[7]; in CMD_get_buff_status() 509 CMD_wait_buff_status (PKV_DEV dev, int *front_size, int *back_size) in CMD_wait_buff_status() argument 514 *back_size = 0; in CMD_wait_buff_status() 523 status = CMD_get_buff_status (dev, front_size, back_size); in CMD_wait_buff_status() 527 && (*back_size == 0) && cnt++ < dev->val[OPT_FEED_TIMEOUT].w); in CMD_wait_buff_status() 534 "front_size %d, back_size %d\n", *front_size, *back_size); in CMD_wait_buff_status()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | i915_drm.h | 342 int back_size; member
|
/third_party/libdrm/include/drm/ |
H A D | i915_drm.h | 218 int back_size; member
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 8122 nk_size back_size; in nk_buffer_realloc() local 8123 back_size = buffer_size - b->size; in nk_buffer_realloc() 8124 dst = nk_ptr_add(void, temp, capacity - back_size); in nk_buffer_realloc() 8126 NK_MEMCPY(dst, src, back_size); in nk_buffer_realloc() 8127 b->size = capacity - back_size; in nk_buffer_realloc()
|
Completed in 56 milliseconds