Searched refs:KEY_CODEC_TYPE (Results 1 – 6 of 6) sorted by relevance
58 param[index].key = KEY_CODEC_TYPE; in ConvertAdecAttributToParams()96 param[index].key = KEY_CODEC_TYPE; in ConvertVdecAttributToParams()
67 KEY_CODEC_TYPE, /**< Codec type. For the value type, see {@link CodecType}. */ enumerator
62 … attr[index++] = {.key = KEY_CODEC_TYPE, .val = (void *)(&decodeType_), .size = sizeof(CodecType)}; in InitCodecAttr()
126 encAttr_[paramIndex].key = KEY_CODEC_TYPE; in setEncAttrValue()
160 param[index].key = KEY_CODEC_TYPE; in DecoderCreate()
106 param[paramIndex].key = KEY_CODEC_TYPE; in CameraCreateVideoEnc()242 …FillParam(param[paramIndex], KEY_CODEC_TYPE, reinterpret_cast<uint8_t *>(&domainKind), sizeof(Code… in CameraCreateJpegEnc()