Lines Matching refs:hdr
275 chroma_subsampling *chroma, int *bitDepth, hdr_format *hdr) in detectAdvancedVideoProfile() argument
280 *hdr = HDR_FORMAT_NONE; in detectAdvancedVideoProfile()
325 *hdr = HDR_FORMAT_HDR10; in detectAdvancedVideoProfile()
329 *hdr = HDR_FORMAT_HDR10PLUS; in detectAdvancedVideoProfile()
348 *hdr = HDR_FORMAT_HDR10; in detectAdvancedVideoProfile()
352 *hdr = HDR_FORMAT_HDR10PLUS; in detectAdvancedVideoProfile()
363 *hdr = HDR_FORMAT_DOLBY_VISION; in detectAdvancedVideoProfile()
392 *hdr = HDR_FORMAT_HDR10; in detectAdvancedVideoProfile()
396 *hdr = HDR_FORMAT_HDR10PLUS; in detectAdvancedVideoProfile()
429 hdr_format hdr = HDR_FORMAT_NONE; in createVideoCodec() local
432 hdr = HDR_FORMAT_DOLBY_VISION; in createVideoCodec()
438 (video_encoder)codec, profile, &chroma, &bitDepth, &hdr)) { in createVideoCodec()
463 hdr = (hdr_format)hdrTag; in createVideoCodec()
476 atoi(atts[9]) /* frameRate */, profile, chroma, bitDepth, hdr }; in createVideoCodec()