Searched refs:mCudaVideoCodecType (Results 1 – 2 of 2) sorted by relevance
59 mCudaVideoCodecType(cudaVideoCodecType) { in MediaCudaVideoHelper()152 videoParserParameters.CodecType = mCudaVideoCodecType; in init()166 mCudaVideoCodecType == cudaVideoCodec_H264 in init()168 : (mCudaVideoCodecType == cudaVideoCodec_VP8 ? "VP8" in init()247 if (mCudaVideoCodecType == cudaVideoCodec_H264) { in HandleVideoSequence()
111 cudaVideoCodec mCudaVideoCodecType; variable