Searched refs:codecType (Results 1 – 8 of 8) sorted by relevance
381 int32_t codecType = 0; in CodecSetParameter() local382 if (memcpy_s(&codecType, sizeof(codecType), params[i].val, params[i].size) != EOK) { in CodecSetParameter()386 instance->codecType = codecType; in CodecSetParameter()464 if (instance->codecType != VIDEO_DECODER && instance->codecType != AUDIO_DECODER && in CodecQueueInput()465 instance->codecType != VIDEO_ENCODER && instance->codecType != AUDIO_ENCODER) { in CodecQueueInput()532 if (instance->codecType != VIDEO_DECODER && instance->codecType != AUDIO_DECODER && in CodecQueueOutput()533 instance->codecType != VIDEO_ENCODER && instance->codecType != AUDIO_ENCODER) { in CodecQueueOutput()
67 char *codecType[CODEC_NAME_ALIAS_NUM]; member
54 …if (strstr(cmd->codecName, codecs[i].codecType[0]) || strstr(cmd->codecName, codecs[i].codecType[1… in GetCodecName()
570 CodecFormat codecType; /**< Video encoding type, for details, see {@link CodecFormat}. */ member586 CodecFormat codecType; /**< Audio encoding type, for details, see {@link CodecFormat}. */ member
68 CodecType codecType; member
122 int32_t ConfigMppExtPassthrough(int32_t codecType);
132 if (instance->codecType == VIDEO_DECODER) { in CodecTaskThread()134 } else if (instance->codecType == VIDEO_ENCODER) { in CodecTaskThread()
660 int32_t CodecHdiAdapterEncode::ConfigMppExtPassthrough(int32_t codecType) in ConfigMppExtPassthrough() argument