Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhevc.c38 uint8_t **nalUnit; member
688 ret = av_reallocp_array(&array->nalUnit, numNalus + 1, sizeof(uint8_t*)); in hvcc_array_add_nal_unit()
696 array->nalUnit [numNalus] = nal_buf; in hvcc_array_add_nal_unit()
795 av_freep(&hvcc->array[i].nalUnit); in hvcc_close()
991 avio_write(pb, hvcc->array[i].nalUnit[j], in hvcc_write()