Lines Matching refs:current
372 RK_U8 *current = NULL; in h265d_syntax_fill_slice() local
377 current = ptr = (RK_U8 *)mpp_buffer_get_ptr(streambuf); in h265d_syntax_fill_slice()
378 if (current == NULL) { in h265d_syntax_fill_slice()
383 current = (RK_U8 *)mpp_packet_get_data(h->input_packet); in h265d_syntax_fill_slice()
390 mpp_free(current); in h265d_syntax_fill_slice()
392 current = mpp_malloc(RK_U8, buff_size); in h265d_syntax_fill_slice()
393 mpp_packet_set_data(h->input_packet, (void*)current); in h265d_syntax_fill_slice()
433 memcpy(current, start_code, start_code_size); in h265d_syntax_fill_slice()
434 current += start_code_size; in h265d_syntax_fill_slice()
436 memcpy(current, h->nals[i].data, h->nals[i].size); in h265d_syntax_fill_slice()
440 current += h->nals[i].size; in h265d_syntax_fill_slice()