Home
last modified time | relevance | path

Searched refs:muxer (Results 1 - 9 of 9) 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...]
/third_party/ffmpeg/tests/fate/
H A Dfifo-muxer.mak1 fate-fifo-muxer-h264: CMD = ffmpeg -i $(TARGET_SAMPLES)/mkv/1242-small.mkv -frames:v 11\
4 fate-fifo-muxer-h264: REF = $(SRC_PATH)/tests/ref/fate/mkv-1242
5 FATE_SAMPLES_FIFO_MUXER-$(call ALLYES, FIFO_MUXER, MATROSKA_DEMUXER, H264_DECODER) += fate-fifo-muxer-h264
7 fate-fifo-muxer-wav: CMD = ffmpeg -i $(TARGET_SAMPLES)/audio-reference/chorusnoise_2ch_44kHz_s16.wav\
10 fate-fifo-muxer-wav: CMP = oneline
11 fate-fifo-muxer-wav: REF = 4dda5dcc7ecdc2218b0739a152ada802
12 FATE_SAMPLES_FIFO_MUXER-$(call ALLYES, FIFO_MUXER, WAV_DEMUXER) += fate-fifo-muxer-wav
14 fate-fifo-muxer-tst: libavformat/tests/fifo_muxer$(EXESUF)
15 fate-fifo-muxer-tst: CMD = run libavformat/tests/fifo_muxer$(EXESUF)
16 FATE_FIFO_MUXER-$(call ALLYES, FIFO_MUXER NETWORK) += fate-fifo-muxer
[all...]
H A Dmatroska.mak40 # This tests that the Matroska muxer writes the channel layout
53 # demuxing it from Matroska/WebM. It furthermore tests the WebM muxer, in
63 # For the muxer this tests that it can correctly write huge TrackNumbers and
70 # This mainly tests the Matroska muxer's ability to shift the data
118 # This test the following features of the Matroska muxer: Writing projection
189 # (and therefore lost). It moreover tests that the muxer writes CuePoints
H A Dlavf-container.mak61 # The RealMedia muxer is broken.
/third_party/ffmpeg/libavformat/
H A Dimg2enc.c47 const char *muxer; member
59 img->muxer = "gif"; in write_header()
61 img->muxer = "fits"; in write_header()
63 img->muxer = "avif"; in write_header()
88 ret = avformat_alloc_output_context2(&fmt, NULL, img->muxer, s->url); in write_muxed_file()
119 if (img->muxer) { in write_packet_pipe()
213 } else if (img->muxer) { in write_packet()
265 .class_name = "image2 muxer",
H A Dmovenc.c2 * MOV, 3GP, MP4 muxer
72 { "movflags", "MOV muxer flags", offsetof(MOVMuxContext, flags), AV_OPT_TYPE_FLAGS, {.i64 = 0}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" },
129 .class_name = "mov/mp4/tgp/psp/tg2/ipod/ismv/f4v muxer",
7354 #define IS_MODE(muxer, config) (CONFIG_ ## config ## _MUXER && !strcmp(#muxer, s->oformat->name))
7453 av_log(s, AV_LOG_ERROR, "muxer does not support non seekable output\n");
7743 doesn't mandate a track timescale of 10,000,000. The muxer allows a custom timescale
8320 .class_name = "avif muxer",
/third_party/ffmpeg/tools/
H A Dpatcheck178 check that the patch does not touch codec & (de)muxer layer at the same time ->split
/third_party/ffmpeg/tests/
H A DMakefile185 include $(SRC_PATH)/tests/fate/fifo-muxer.mak
/third_party/ffmpeg/
H A Dconfigure160 --disable-muxer=NAME disable muxer NAME
161 --enable-muxer=NAME enable muxer NAME
4003 OUTDEV_LIST=$(find_things_extern muxer AVOutputFormat libavdevice/alldevices.c outdev)
4005 MUXER_LIST=$(find_things_extern muxer AVOutputFormat libavformat/allformats.c)
7582 for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf indev outdev; do

Completed in 24 milliseconds