/foundation/multimedia/av_codec/test/nativedemo/avmuxer/ |
H A D | native_avmuxer_demo.c | 258 void WriteTrackSample(OH_AVMuxer *muxer, int audioTrackIndex, int videoTrackIndex, FdListStr *fdStr) in WriteTrackSample() argument 281 ret = OH_AVMuxer_WriteSample(muxer, videoTrackIndex, videoBuffer, videoInfo); in WriteTrackSample() 287 ret = OH_AVMuxer_WriteSample(muxer, videoTrackIndex, videoBuffer, videoInfo); in WriteTrackSample() 560 int videoTrackIndex = AddTrackVideo(muxer, g_muxerParam.videoParams, fdStr->inVideoFd); in DoRunMuxer() local 574 if (audioTrackIndex >= 0 && videoTrackIndex >= 0) { in DoRunMuxer() 575 WriteTrackSample(muxer, audioTrackIndex, videoTrackIndex, fdStr); in DoRunMuxer() 578 } else if (videoTrackIndex >= 0) { in DoRunMuxer() 579 WriteSingleTrackSample(muxer, videoTrackIndex, fdStr->inVideoFd); in DoRunMuxer() 587 struct WriteTrackSampleParam videoThparam = {muxer, videoTrackIndex, fdStr->inVideoFd}; in DoRunMuxer()
|
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
H A D | InnerAVMuxerStablityTest.cpp | 164 void WriteTrackSample(AVMuxerDemo *muxerDemo, int audioTrackIndex, int videoTrackIndex) in WriteTrackSample() argument 196 trackId = videoTrackIndex; in WriteTrackSample() 301 int *videoTrackIndex) in WriteTrackSampleByFdGetIndex() 307 trackId = *videoTrackIndex; in WriteTrackSampleByFdGetIndex() 315 void WriteTrackSampleByFd(AVMuxerDemo *muxerDemo, int audioTrackIndex, int videoTrackIndex, int32_t inputFile) in WriteTrackSampleByFd() argument 346 trackId = WriteTrackSampleByFdGetIndex(&dataTrackId, &audioTrackIndex, &videoTrackIndex); in WriteTrackSampleByFd() 300 WriteTrackSampleByFdGetIndex(const int *dataTrackId, const int *audioTrackIndex, int *videoTrackIndex) WriteTrackSampleByFdGetIndex() argument
|
H A D | InnerAVMuxerFunctionTest.cpp | 145 void WriteTrackSample(AVMuxerDemo *muxerDemo, int audioTrackIndex, int videoTrackIndex) in WriteTrackSample() argument 176 trackId = videoTrackIndex; in WriteTrackSample() 190 void WriteTrackSampleShort(AVMuxerDemo *muxerDemo, int audioTrackIndex, int videoTrackIndex, int audioWriteTime) in WriteTrackSampleShort() argument 222 trackId = videoTrackIndex; in WriteTrackSampleShort() 357 int WriteTrackSampleByFdGetIndex(const int *dataTrackId, const int *audioTrackIndex, int *videoTrackIndex) in WriteTrackSampleByFdGetIndex() argument 363 trackId = *videoTrackIndex; in WriteTrackSampleByFdGetIndex() 371 void WriteTrackSampleByFd(AVMuxerDemo *muxerDemo, int audioTrackIndex, int videoTrackIndex, int32_t inputFile) in WriteTrackSampleByFd() argument 403 trackId = WriteTrackSampleByFdGetIndex(&dataTrackId, &audioTrackIndex, &videoTrackIndex); in WriteTrackSampleByFd()
|
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | NativeAVMuxerFunctionTest.cpp | 167 void WriteTrackSample(AVMuxerDemo* muxerDemo, OH_AVMuxer* handle, int audioTrackIndex, int videoTrackIndex) in WriteTrackSample() argument 194 trackId = videoTrackIndex; in WriteTrackSample() 213 int videoTrackIndex, int audioWriteTime) in WriteTrackSampleShort() 239 trackId = videoTrackIndex; in WriteTrackSampleShort() 364 int videoTrackIndex, int32_t inputFile) in WriteTrackSampleByFd() 395 trackId = videoTrackIndex; in WriteTrackSampleByFd() 212 WriteTrackSampleShort(AVMuxerDemo* muxerDemo, OH_AVMuxer* handle, int audioTrackIndex, int videoTrackIndex, int audioWriteTime) WriteTrackSampleShort() argument 363 WriteTrackSampleByFd(AVMuxerDemo* muxerDemo, OH_AVMuxer* handle, int audioTrackIndex, int videoTrackIndex, int32_t inputFile) WriteTrackSampleByFd() argument
|
H A D | NativeAVMuxerStablityTest.cpp | 219 void WriteTrackSample(AVMuxerDemo* muxerDemo, OH_AVMuxer* handle, int audioTrackIndex, int videoTrackIndex) in WriteTrackSample() argument 248 trackId = videoTrackIndex; in WriteTrackSample()
|