Searched refs:NAL_unit_type (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhevc.c33 uint8_t NAL_unit_type; member in struct:HVCCNALUnitArray
688 if (hvcc->array[index].NAL_unit_type == nal_type)
716 array->NAL_unit_type = nal_type;
891 av_dlog(NULL, "NAL_unit_type[%"PRIu8"]: %"PRIu8"\n",
892 i, hvcc->array[i].NAL_unit_type);
905 switch (hvcc->array[i].NAL_unit_type) {
996 * unsigned int(6) NAL_unit_type;
999 hvcc->array[i].NAL_unit_type & 0x3f);

Completed in 49 milliseconds