Home
last modified time | relevance | path

Searched refs:mCudaVideoCodecType (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/
DMediaCudaVideoHelper.cpp59 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()
/hardware/google/aemu/host-common/include/host-common/
DMediaCudaVideoHelper.h111 cudaVideoCodec mCudaVideoCodecType; variable