Lines Matching refs:bitDepth
275 chroma_subsampling *chroma, int *bitDepth, hdr_format *hdr) in detectAdvancedVideoProfile() argument
279 *bitDepth = 8; in detectAdvancedVideoProfile()
300 *bitDepth = 10; in detectAdvancedVideoProfile()
320 *bitDepth = 10; in detectAdvancedVideoProfile()
324 *bitDepth = 10; in detectAdvancedVideoProfile()
328 *bitDepth = 10; in detectAdvancedVideoProfile()
342 *bitDepth = 10; in detectAdvancedVideoProfile()
347 *bitDepth = 10; in detectAdvancedVideoProfile()
351 *bitDepth = 10; in detectAdvancedVideoProfile()
362 *bitDepth = 10; in detectAdvancedVideoProfile()
387 *bitDepth = 10; in detectAdvancedVideoProfile()
391 *bitDepth = 10; in detectAdvancedVideoProfile()
395 *bitDepth = 10; in detectAdvancedVideoProfile()
428 int bitDepth = 8; in createVideoCodec() local
431 bitDepth = 10; in createVideoCodec()
438 (video_encoder)codec, profile, &chroma, &bitDepth, &hdr)) { in createVideoCodec()
451 bitDepth = atoi(atts[ix + 1]); in createVideoCodec()
452 if (bitDepth < 8 || bitDepth > 16) { in createVideoCodec()
476 atoi(atts[9]) /* frameRate */, profile, chroma, bitDepth, hdr }; in createVideoCodec()