Searched refs:CreateAudioEncoderByName (Results 1 – 3 of 3) sorted by relevance
79 struct OH_AVCodec* CreateAudioEncoderByName(std::string name);
135 struct OH_AVCodec* audEnc = aDecEncSample->CreateAudioEncoderByName(ENCODER_AAC);
433 struct OH_AVCodec* ADecEncNdkSample::CreateAudioEncoderByName(std::string name) in CreateAudioEncoderByName() function in ADecEncNdkSample