Searched refs:array_completeness (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.c32 uint8_t array_completeness; member in struct:HVCCNALUnitArray
721 * array_completeness is 1 for arrays of all types of parameter sets, and 0
723 * value of array_completeness is 0 for all arrays.
726 array->array_completeness = ps_array_completeness;
889 av_dlog(NULL, "array_completeness[%"PRIu8"]: %"PRIu8"\n",
890 i, hvcc->array[i].array_completeness);
994 * bit(1) array_completeness;
998 avio_w8(pb, hvcc->array[i].array_completeness << 7 |

Completed in 92 milliseconds