Home
last modified time | relevance | path

Searched refs:codecType (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/utils/media_resource_manager/omx_adaptor/
DOMX_adaptor.cpp198 err = (OMX_ERRORTYPE)mArbitrator->AddResource(codecInfo.codecType, in MRM_OMX_SetParameter()
236 err = (OMX_ERRORTYPE)mArbitrator->RemoveResource(codecInfo.codecType, in MRM_OMX_RemoveComponent()
266 CodecType codecType = CODEC_TYPE_MAX; in ParseCodecInfoFromComponentName() local
268 codecType = CODEC_TYPE_AVC; in ParseCodecInfoFromComponentName()
270 codecType = CODEC_TYPE_VP8; in ParseCodecInfoFromComponentName()
272 codecType = CODEC_TYPE_VP9; in ParseCodecInfoFromComponentName()
274 codecType = CODEC_TYPE_MPEG4; in ParseCodecInfoFromComponentName()
276 codecType = CODEC_TYPE_MPEG2; in ParseCodecInfoFromComponentName()
278 codecType = CODEC_TYPE_H263; in ParseCodecInfoFromComponentName()
280 codecType = CODEC_TYPE_HEVC; in ParseCodecInfoFromComponentName()
[all …]
DOMX_adaptor.h35 CodecType codecType; member
/hardware/intel/common/utils/media_resource_manager/arbitrator/
DMediaResourceArbitrator.cpp70 /* in */ CodecType codecType, in AddResource() argument
86 resource.codecType = codecType; in AddResource()
93 codecType, isEncoder, isSecured, resolution, frameRate); in AddResource()
129 CodecType codecType, in RemoveResource() argument
144 if ((livingCodec.codecType == codecType) && in RemoveResource()
155 if ((livingCodec.codecType == codecType) && in RemoveResource()
219 codec.codecType, codec.isEncoder, codec.frameRate); in ArbitrateFullLoad()
291 return ((sourceCodec.codecType == targetCodec.codecType) && in CheckCodecMatched()
381 CodecType codecType; in SetupDefaultCodecLimitation() local
387 codecType = (CodecType)i; in SetupDefaultCodecLimitation()
[all …]
DMediaResourceArbitrator.h68 CodecType codecType; member
121 ArbitratorErrorType AddResource(/* in */ CodecType codecType,
128 ArbitratorErrorType RemoveResource(CodecType codecType,