Searched refs:codecServer (Results 1 – 1 of 1) sorted by relevance
110 std::shared_ptr<OHOS::MediaAVCodec::CodecServer> codecServer; member117 auto codecServer = callbackUserData->codecServer; in PostProcessingCallbackOnError() local118 CHECK_AND_RETURN_LOG(codecServer != nullptr, "Codec server dose not exit"); in PostProcessingCallbackOnError()119 codecServer->PostProcessingOnError(errorCode); in PostProcessingCallbackOnError()126 auto codecServer = callbackUserData->codecServer; in PostProcessingCallbackOnOutputBufferAvailable() local127 CHECK_AND_RETURN_LOG(codecServer != nullptr, "Codec server dose not exit"); in PostProcessingCallbackOnOutputBufferAvailable()128 codecServer->PostProcessingOnOutputBufferAvailable(index, flag); in PostProcessingCallbackOnOutputBufferAvailable()135 auto codecServer = callbackUserData->codecServer; in PostProcessingCallbackOnOutputFormatChanged() local137 codecServer->PostProcessingOnOutputFormatChanged(format); in PostProcessingCallbackOnOutputFormatChanged()1188 userData->codecServer = shared_from_this(); in SetCallbackForPostProcessing()[all …]