Home
last modified time | relevance | path

Searched refs:muxer (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A Dnativeavmuxerndk.cpp38 OH_AVMuxer *muxer = nullptr; in OHAVMuxerCreate() local
41 muxer = OH_AVMuxer_Create(fileDescribe, format); in OHAVMuxerCreate()
43 if (muxer != nullptr) { in OHAVMuxerCreate()
48 OH_AVMuxer_Destroy(muxer); in OHAVMuxerCreate()
49 muxer = nullptr; in OHAVMuxerCreate()
56 OH_AVMuxer *muxer = nullptr; in OHAVMuxerSetRotation() local
67 muxer = OH_AVMuxer_Create(fileDescribe, format); in OHAVMuxerSetRotation()
70 OH_AVErrCode backInfo = OH_AVMuxer_SetRotation(muxer, rotation); in OHAVMuxerSetRotation()
71 OH_AVMuxer_AddTrack(muxer, &audioTrackId, trackFormat); in OHAVMuxerSetRotation()
72 OH_AVMuxer_Start(muxer); in OHAVMuxerSetRotation()
90 OH_AVMuxer *muxer = nullptr; OHAVMuxerStart() local
127 OH_AVMuxer *muxer = nullptr; OHAVMuxerStop() local
164 OH_AVMuxer *muxer = nullptr; OHAVMuxerWriteSample() local
200 OH_AVMuxer *muxer = nullptr; OHAVMuxerWriteSampleBuffer() local
239 OH_AVMuxer *muxer = nullptr; OHAVMuxerAddTrack() local
276 OH_AVMuxer *muxer = nullptr; OHAVMuxerDestroy() local
294 OH_AVMuxer *muxer = nullptr; OHAVMuxerCreateAbnormal() local
309 OH_AVMuxer *muxer = nullptr; OHAVMuxerSetRotationAbnormal() local
343 OH_AVMuxer *muxer = nullptr; OHAVMuxerStartAbnormal() local
377 OH_AVMuxer *muxer = nullptr; OHAVMuxerStopAbnormal() local
411 OH_AVMuxer *muxer = nullptr; OHAVMuxerWriteSampleAbnormal() local
445 OH_AVMuxer *muxer = nullptr; OHAVMuxerAddTrackAbnormal() local
[all...]

Completed in 2 milliseconds