/foundation/multimedia/av_codec/test/fuzztest/demuxer_fuzzer/ |
H A D | demuxer_fuzzer.cpp | 42 static void SetVarValue(OH_AVCodecBufferAttr attr, const int &tarckType, bool &audioIsEnd, bool &videoIsEnd) in SetVarValue() argument 45 audioIsEnd = true; in SetVarValue() 58 bool audioIsEnd = false; in RunNormalDemuxer() local 79 while (!audioIsEnd || !videoIsEnd) { in RunNormalDemuxer() 83 if ((audioIsEnd && (tarckType == MEDIA_TYPE_AUD)) || (videoIsEnd && (tarckType == MEDIA_TYPE_VID))) { in RunNormalDemuxer() 90 SetVarValue(attr, tarckType, audioIsEnd, videoIsEnd); in RunNormalDemuxer() 109 bool audioIsEnd = false; in RunNormalDemuxerApi11() local 130 while (!audioIsEnd || !videoIsEnd) { in RunNormalDemuxerApi11() 134 if ((audioIsEnd && (tarckType == MEDIA_TYPE_AUD)) || (videoIsEnd && (tarckType == MEDIA_TYPE_VID))) { in RunNormalDemuxerApi11() 142 SetVarValue(attr, tarckType, audioIsEnd, videoIsEn in RunNormalDemuxerApi11() [all...] |
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | reli_test.cpp | 134 bool audioIsEnd = false; in DemuxFunc() local 139 while (!audioIsEnd || !videoIsEnd) { in DemuxFunc() 141 if ((audioIsEnd && (index == MEDIA_TYPE_AUD)) || (videoIsEnd && (index == MEDIA_TYPE_VID))) { in DemuxFunc() 147 audioIsEnd = true; in DemuxFunc() 156 static void SetAudioValue(OH_AVCodecBufferAttr attr, bool &audioIsEnd, int &audioFrame) in SetAudioValue() argument 159 audioIsEnd = true; in SetAudioValue() 307 bool audioIsEnd = false; in HWTEST_F() local 324 while (!audioIsEnd || !videoIsEnd) { in HWTEST_F() 327 if ((audioIsEnd && (index == MEDIA_TYPE_AUD)) || (videoIsEnd && (index == MEDIA_TYPE_VID))) { in HWTEST_F() 333 audioIsEnd in HWTEST_F() 365 bool audioIsEnd = false; HWTEST_F() local 467 bool audioIsEnd = false; HWTEST_F() local 540 bool audioIsEnd = false; HWTEST_F() local 868 bool audioIsEnd = false; HWTEST_F() local 936 bool audioIsEnd = false; HWTEST_F() local 987 bool audioIsEnd = false; HWTEST_F() local 1028 bool audioIsEnd = false; HWTEST_F() local 1094 bool audioIsEnd = false; HWTEST_F() local 1136 bool audioIsEnd = false; HWTEST_F() local 1306 bool audioIsEnd = false; HWTEST_F() local 1445 bool audioIsEnd = false; HWTEST_F() local 1514 SetAudioValue(OH_AVCodecBufferAttr attr, bool &audioIsEnd, int &audioFrame, int &aKeyCount) SetAudioValue() argument 1569 bool audioIsEnd = false; HWTEST_F() local 1606 bool audioIsEnd = false; HWTEST_F() local 1782 bool audioIsEnd = false; HWTEST_F() local 1820 bool audioIsEnd = false; HWTEST_F() local 1955 bool audioIsEnd = false; HWTEST_F() local 1993 bool audioIsEnd = false; HWTEST_F() local 2031 bool audioIsEnd = false; HWTEST_F() local 2069 bool audioIsEnd = false; HWTEST_F() local 2107 bool audioIsEnd = false; HWTEST_F() local 2143 bool audioIsEnd = false; HWTEST_F() local [all...] |
H A D | proc_test.cpp | 129 static void SetAudioValue(OH_AVCodecBufferAttr attr, bool &audioIsEnd, int &audioFrame, int &aKeyCount) in SetAudioValue() argument 132 audioIsEnd = true; in SetAudioValue() 171 bool audioIsEnd = false; in CheckAudioParam() local 178 while (!audioIsEnd) { in CheckAudioParam() 192 audioIsEnd = true; in CheckAudioParam() 244 bool audioIsEnd = false; in HWTEST_F() local 245 while (!audioIsEnd || !videoIsEnd) { in HWTEST_F() 252 if ((audioIsEnd && (tarckType == MEDIA_TYPE_AUD)) || (videoIsEnd && (tarckType == MEDIA_TYPE_VID))) { in HWTEST_F() 259 SetAudioValue(attr, audioIsEnd, audioFrame[index-1], aKeyCount[index-1]); in HWTEST_F() 301 bool audioIsEnd in HWTEST_F() local 357 bool audioIsEnd = false; HWTEST_F() local 411 bool audioIsEnd = false; HWTEST_F() local 465 bool audioIsEnd = false; HWTEST_F() local 496 bool audioIsEnd = false; HWTEST_F() local 555 bool audioIsEnd = false; HWTEST_F() local 609 bool audioIsEnd = false; HWTEST_F() local 663 bool audioIsEnd = false; HWTEST_F() local 695 bool audioIsEnd = false; HWTEST_F() local 747 bool audioIsEnd = false; HWTEST_F() local 1285 bool audioIsEnd = false; HWTEST_F() local 1402 bool audioIsEnd = false; HWTEST_F() local 1456 bool audioIsEnd = false; HWTEST_F() local 1730 bool audioIsEnd = false; HWTEST_F() local [all...] |
H A D | func_test.cpp | 116 static void SetAudioValue(OH_AVCodecBufferAttr attr, bool &audioIsEnd, int &audioFrame, int &aKeyCount) in SetAudioValue() argument 119 audioIsEnd = true; in SetAudioValue() 143 static void SetVarValue(OH_AVCodecBufferAttr attr, const int &tarckType, bool &audioIsEnd, bool &videoIsEnd) in SetVarValue() argument 146 audioIsEnd = true; in SetVarValue() 163 static void SetEndFlag(bool &audioIsEnd, bool &videoIsEnd) in SetEndFlag() argument 165 audioIsEnd = true; in SetEndFlag() 237 bool audioIsEnd = false; in HWTEST_F() local 256 while (!audioIsEnd || !videoIsEnd) { in HWTEST_F() 266 if ((audioIsEnd && (tarckType == MEDIA_TYPE_AUD)) || (videoIsEnd && (tarckType == MEDIA_TYPE_VID))) { in HWTEST_F() 271 SetVarValue(attr, tarckType, audioIsEnd, videoIsEn in HWTEST_F() 286 bool audioIsEnd = false; HWTEST_F() local 345 bool audioIsEnd = false; HWTEST_F() local 403 bool audioIsEnd = false; HWTEST_F() local 462 bool audioIsEnd = false; HWTEST_F() local 513 bool audioIsEnd = false; HWTEST_F() local 562 bool audioIsEnd = false; HWTEST_F() local 611 bool audioIsEnd = false; HWTEST_F() local 660 bool audioIsEnd = false; HWTEST_F() local 710 bool audioIsEnd = false; HWTEST_F() local 761 bool audioIsEnd = false; HWTEST_F() local 860 bool audioIsEnd = false; HWTEST_F() local 913 bool audioIsEnd = false; HWTEST_F() local 971 bool audioIsEnd = false; HWTEST_F() local 1024 bool audioIsEnd = false; HWTEST_F() local 1080 bool audioIsEnd = false; HWTEST_F() local 1495 bool audioIsEnd = false; HWTEST_F() local [all...] |
H A D | format_test.cpp | 133 static void SetAudioValue(OH_AVCodecBufferAttr attr, bool &audioIsEnd, int &audioFrame, int &aKeyCount) in SetAudioValue() argument 136 audioIsEnd = true; in SetAudioValue() 554 bool audioIsEnd = false; in HWTEST_F() local 558 while (!audioIsEnd || !videoIsEnd) { in HWTEST_F() 563 if ((audioIsEnd && (tarckType == MEDIA_TYPE_AUD) && index == MEDIA_TYPE_AUD) || in HWTEST_F() 570 SetAudioValue(attr, audioIsEnd, audioFrame, aKeyCount); in HWTEST_F() 611 bool audioIsEnd = false; in HWTEST_F() local 615 while (!audioIsEnd || !videoIsEnd) { in HWTEST_F() 620 if ((audioIsEnd && (tarckType == MEDIA_TYPE_AUD) && index == MEDIA_TYPE_AUD) in HWTEST_F() 627 SetAudioValue(attr, audioIsEnd, audioFram in HWTEST_F() 667 bool audioIsEnd = false; HWTEST_F() local [all...] |
H A D | net_test.cpp | 201 bool audioIsEnd = false; in DemuxFuncWav() local 205 while (!audioIsEnd) { in DemuxFuncWav() 206 if (audioIsEnd && (index == OH_MediaType::MEDIA_TYPE_AUD)) { in DemuxFuncWav() 214 audioIsEnd = true; in DemuxFuncWav() 220 bool audioIsEnd = false; in DemuxFuncVtt() local 224 while (!audioIsEnd) { in DemuxFuncVtt() 225 if (audioIsEnd && (index == OH_MediaType::MEDIA_TYPE_SUBTITLE)) { in DemuxFuncVtt() 234 audioIsEnd = true; in DemuxFuncVtt() 243 bool audioIsEnd = false; in CheckAudioParam() local 250 while (!audioIsEnd) { in CheckAudioParam() [all...] |
H A D | net2_test.cpp | 234 static void SetAudioValue(OH_AVCodecBufferAttr attr, bool &audioIsEnd, int &audioFrame, int &aKeyCount) in SetAudioValue() argument 237 audioIsEnd = true; in SetAudioValue() 901 bool audioIsEnd = false; in HWTEST_F() local 902 while (!audioIsEnd || !videoIsEnd) { in HWTEST_F() 909 if ((audioIsEnd && (tarckType == 0)) || (videoIsEnd && (tarckType == 1))) { in HWTEST_F() 916 SetAudioValue(attr, audioIsEnd, audioFrame, aKeyCount); in HWTEST_F()
|