Searched refs:codecType (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/utils/media_resource_manager/omx_adaptor/ |
D | OMX_adaptor.cpp | 198 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 …]
|
D | OMX_adaptor.h | 35 CodecType codecType; member
|
/hardware/intel/common/utils/media_resource_manager/arbitrator/ |
D | MediaResourceArbitrator.cpp | 70 /* 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 …]
|
D | MediaResourceArbitrator.h | 68 CodecType codecType; member 121 ArbitratorErrorType AddResource(/* in */ CodecType codecType, 128 ArbitratorErrorType RemoveResource(CodecType codecType,
|
/hardware/intel/common/utils/media_resource_manager/include/ |
D | MediaResourceArbitrator.h | 68 CodecType codecType; member 121 ArbitratorErrorType AddResource(/* in */ CodecType codecType, 128 ArbitratorErrorType RemoveResource(CodecType codecType,
|
D | OMX_adaptor.h | 35 CodecType codecType; member
|
/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/ |
D | VtsHalBluetoothA2dpV1_0TargetTest.cpp | 68 codec.codecType = CodecType::AAC; in SetUp()
|
/hardware/interfaces/bluetooth/a2dp/1.0/ |
D | types.hal | 58 CodecType codecType;
|