Searched refs:audioIsEnd (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/demuxer_fuzzer/ |
H A D | demuxer_fuzzer.cpp | 40 static void SetVarValue(OH_AVCodecBufferAttr attr, const int &tarckType, bool &audioIsEnd, bool &vi… in SetVarValue() argument 43 audioIsEnd = true; in SetVarValue() 56 bool audioIsEnd = false; in RunNormalDemuxer() local 78 while (!audioIsEnd || !videoIsEnd) { in RunNormalDemuxer() 82 …if ((audioIsEnd && (tarckType == MEDIA_TYPE_AUD)) || (videoIsEnd && (tarckType == MEDIA_TYPE_VID))… in RunNormalDemuxer() 86 SetVarValue(attr, tarckType, audioIsEnd, videoIsEnd); in RunNormalDemuxer() 99 bool audioIsEnd = false; in RunNormalDemuxerApi11() local 121 while (!audioIsEnd || !videoIsEnd) { in RunNormalDemuxerApi11() 125 …if ((audioIsEnd && (tarckType == MEDIA_TYPE_AUD)) || (videoIsEnd && (tarckType == MEDIA_TYPE_VID))… in RunNormalDemuxerApi11() 130 SetVarValue(attr, tarckType, audioIsEnd, videoIsEnd); in RunNormalDemuxerApi11()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | reli_test.cpp | 134 bool audioIsEnd = false; in DemuxFunc() local 159 audioIsEnd = true; in SetAudioValue() 307 bool audioIsEnd = false; variable 365 bool audioIsEnd = false; variable 467 bool audioIsEnd = false; variable 540 bool audioIsEnd = false; variable 559 while (!audioIsEnd) { 868 bool audioIsEnd = false; variable 936 bool audioIsEnd = false; variable 987 bool audioIsEnd = false; variable [all …]
|
H A D | func_test.cpp | 119 audioIsEnd = true; in SetAudioValue() 146 audioIsEnd = true; in SetVarValue() 165 audioIsEnd = true; in SetEndFlag() 484 while (!audioIsEnd) { 534 while (!audioIsEnd) { 583 while (!audioIsEnd) { 632 while (!audioIsEnd) { 682 while (!audioIsEnd) { 732 while (!audioIsEnd) { 885 while (!audioIsEnd) { [all …]
|
H A D | proc_test.cpp | 132 audioIsEnd = true; in SetAudioValue() 171 bool audioIsEnd = false; in CheckAudioParam() local 178 while (!audioIsEnd) { in CheckAudioParam() 244 bool audioIsEnd = false; variable 301 bool audioIsEnd = false; variable 357 bool audioIsEnd = false; variable 411 bool audioIsEnd = false; variable 465 bool audioIsEnd = false; variable 518 while (!audioIsEnd) { 710 while (!audioIsEnd) { [all …]
|
H A D | format_test.cpp | 136 audioIsEnd = true; in SetAudioValue() 554 bool audioIsEnd = false; variable 558 while (!audioIsEnd || !videoIsEnd) { 570 SetAudioValue(attr, audioIsEnd, audioFrame, aKeyCount); 611 bool audioIsEnd = false; variable 615 while (!audioIsEnd || !videoIsEnd) { 620 if ((audioIsEnd && (tarckType == MEDIA_TYPE_AUD) && index == MEDIA_TYPE_AUD) 627 SetAudioValue(attr, audioIsEnd, audioFrame, aKeyCount); 667 bool audioIsEnd = false; variable 671 while (!audioIsEnd || !videoIsEnd) { [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 &aKeyC… in SetAudioValue() argument 237 audioIsEnd = true; in SetAudioValue() 901 bool audioIsEnd = false; variable 902 while (!audioIsEnd || !videoIsEnd) { 909 if ((audioIsEnd && (tarckType == 0)) || (videoIsEnd && (tarckType == 1))) { 916 SetAudioValue(attr, audioIsEnd, audioFrame, aKeyCount);
|
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | audio-video-demuxer.md | 283 bool audioIsEnd = false; 285 while (!audioIsEnd || !videoIsEnd) { 288 if(!audioIsEnd) { 295 audioIsEnd = true;
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | audio-video-demuxer.md | 283 bool audioIsEnd = false; 285 while (!audioIsEnd || !videoIsEnd) { 288 if(!audioIsEnd) { 295 audioIsEnd = true;
|