Searched refs:bitDepthChromaMinus8 (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.c51 uint8_t bitDepthChromaMinus8; member in struct:HEVCDecoderConfigurationRecord
519 hvcc->bitDepthChromaMinus8 = get_ue_golomb_long(gb);
874 av_dlog(NULL, "bitDepthChromaMinus8: %"PRIu8"\n",
875 hvcc->bitDepthChromaMinus8);
971 * unsigned int(3) bitDepthChromaMinus8;
973 avio_w8(pb, hvcc->bitDepthChromaMinus8 | 0xf8);

Completed in 27 milliseconds