Home
last modified time | relevance | path

Searched refs:codecType (Results 1 – 8 of 8) 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()
248 err = (OMX_ERRORTYPE)mArbitrator->RemoveResource(codecInfo.codecType, in MRM_OMX_RemoveComponent()
278 CodecType codecType = CODEC_TYPE_MAX; in ParseCodecInfoFromComponentName() local
280 codecType = CODEC_TYPE_AVC; in ParseCodecInfoFromComponentName()
282 codecType = CODEC_TYPE_VP8; in ParseCodecInfoFromComponentName()
284 codecType = CODEC_TYPE_VP9; in ParseCodecInfoFromComponentName()
286 codecType = CODEC_TYPE_MPEG4; in ParseCodecInfoFromComponentName()
288 codecType = CODEC_TYPE_MPEG2; in ParseCodecInfoFromComponentName()
290 codecType = CODEC_TYPE_H263; in ParseCodecInfoFromComponentName()
292 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,
/hardware/intel/common/utils/media_resource_manager/include/
DMediaResourceArbitrator.h68 CodecType codecType; member
121 ArbitratorErrorType AddResource(/* in */ CodecType codecType,
128 ArbitratorErrorType RemoveResource(CodecType codecType,
DOMX_adaptor.h35 CodecType codecType; member
/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
DVtsHalBluetoothA2dpV1_0TargetTest.cpp68 codec.codecType = CodecType::AAC; in SetUp()
/hardware/interfaces/bluetooth/a2dp/1.0/
Dtypes.hal58 CodecType codecType;