Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/api/
Dapi-band-test.c32 uint8_t *slice_byte_buffer; variable
54 memcpy(slice_byte_buffer + ctx->width * slice_position + i * ctx->width, in draw_horiz_band()
58 …memcpy(slice_byte_buffer + ctx->width * ctx->height + chroma_w * shift_slice_position + i * chroma… in draw_horiz_band()
62 …memcpy(slice_byte_buffer + ctx->width * ctx->height + chroma_w * shift_height + chroma_w * shift_s… in draw_horiz_band()
154 slice_byte_buffer = av_malloc(byte_buffer_size); in video_decode()
155 if (!slice_byte_buffer) { in video_decode()
159 memset(slice_byte_buffer, 0, byte_buffer_size); in video_decode()
204 av_adler32_update(0, (const uint8_t*)slice_byte_buffer, number_of_written_bytes)) { in video_decode()
218 av_freep(&slice_byte_buffer); in video_decode()