Home
last modified time | relevance | path

Searched refs:CodecListenerInterfaceCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_listener_proxy.cpp134 …int error = Remote()->SendRequest(static_cast<uint32_t>(CodecListenerInterfaceCode::ON_ERROR), dat… in OnError()
150 …int error = Remote()->SendRequest(static_cast<uint32_t>(CodecListenerInterfaceCode::ON_OUTPUT_FORM… in OnOutputFormatChanged()
177 …int error = Remote()->SendRequest(static_cast<uint32_t>(CodecListenerInterfaceCode::ON_INPUT_BUFFE… in OnInputBufferAvailable()
201 …int error = Remote()->SendRequest(static_cast<uint32_t>(CodecListenerInterfaceCode::ON_OUTPUT_BUFF… in OnOutputBufferAvailable()
H A Dcodec_listener_stub.cpp333 case static_cast<uint32_t>(CodecListenerInterfaceCode::ON_ERROR): { in OnRemoteRequest()
339 case static_cast<uint32_t>(CodecListenerInterfaceCode::ON_OUTPUT_FORMAT_CHANGED): { in OnRemoteRequest()
346 case static_cast<uint32_t>(CodecListenerInterfaceCode::ON_INPUT_BUFFER_AVAILABLE): { in OnRemoteRequest()
351 case static_cast<uint32_t>(CodecListenerInterfaceCode::ON_OUTPUT_BUFFER_AVAILABLE): { in OnRemoteRequest()
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Dav_codec_service_ipc_interface_code.h22 enum class CodecListenerInterfaceCode { enum