Searched refs:bitDepthLumaMinus8 (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.c50 uint8_t bitDepthLumaMinus8; member in struct:HEVCDecoderConfigurationRecord
518 hvcc->bitDepthLumaMinus8 = get_ue_golomb_long(gb);
872 av_dlog(NULL, "bitDepthLumaMinus8: %"PRIu8"\n",
873 hvcc->bitDepthLumaMinus8);
965 * unsigned int(3) bitDepthLumaMinus8;
967 avio_w8(pb, hvcc->bitDepthLumaMinus8 | 0xf8);

Completed in 63 milliseconds