/foundation/CastEngine/castengine_wifi_display/services/codec/src/ |
H A D | video_source_encoder.cpp | 251 Frame::Ptr videoFrame = FrameImpl::Create(); in OnOutputBufferAvailable() 252 RETURN_IF_NULL(videoFrame); in OnOutputBufferAvailable() 253 videoFrame->Assign(buf, len); in OnOutputBufferAvailable() 254 listener->OnFrame(videoFrame, SPS_FRAME, false); in OnOutputBufferAvailable() 255 videoFrame = nullptr; in OnOutputBufferAvailable() 260 Frame::Ptr videoFrame = FrameImpl::Create(); in OnOutputBufferAvailable() 261 RETURN_IF_NULL(videoFrame); in OnOutputBufferAvailable() 262 videoFrame->Assign(buf, len); in OnOutputBufferAvailable() 263 listener->OnFrame(videoFrame, PPS_FRAME, false); in OnOutputBufferAvailable() 264 videoFrame in OnOutputBufferAvailable() [all...] |
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | reli_test.cpp | 166 static void SetVideoValue(OH_AVCodecBufferAttr attr, bool &videoIsEnd, int &videoFrame) in SetVideoValue() argument 170 cout << videoFrame << " video is end !!!!!!!!!!!!!!!" << endl; in SetVideoValue() 172 videoFrame++; in SetVideoValue() 368 int videoFrame = 0; in HWTEST_F() local 394 SetVideoValue(attr, videoIsEnd, videoFrame); in HWTEST_F() 470 int videoFrame = 0; in HWTEST_F() local 502 SetVideoValue(attr, videoIsEnd, videoFrame); in HWTEST_F() 871 int videoFrame = 0; in HWTEST_F() local 903 SetVideoValue(attr, videoIsEnd, videoFrame); in HWTEST_F() 939 int videoFrame in HWTEST_F() local 990 int videoFrame = 0; HWTEST_F() local 1031 int videoFrame = 0; HWTEST_F() local 1097 int videoFrame = 0; HWTEST_F() local 1139 int videoFrame = 0; HWTEST_F() local 1309 int videoFrame = 0; HWTEST_F() local 1441 int videoFrame = 0; HWTEST_F() local 1527 SetVideoValue(OH_AVCodecBufferAttr attr, bool &videoIsEnd, int &videoFrame, int &vKeyCount) SetVideoValue() argument 1551 int videoFrame = 0; HWTEST_F() local 1609 int videoFrame = 0; HWTEST_F() local 1785 int videoFrame = 0; HWTEST_F() local 1823 int videoFrame = 0; HWTEST_F() local 1958 int videoFrame = 0; HWTEST_F() local 1996 int videoFrame = 0; HWTEST_F() local 2034 int videoFrame = 0; HWTEST_F() local 2072 int videoFrame = 0; HWTEST_F() local 2110 int videoFrame = 0; HWTEST_F() local 2146 int videoFrame = 0; HWTEST_F() local [all...] |
H A D | proc_test.cpp | 142 static void SetVideoValue(OH_AVCodecBufferAttr attr, bool &videoIsEnd, int &videoFrame, int &vKeyCount) in SetVideoValue() argument 146 cout << videoFrame << " video is end !!!!!!!!!!!!!!!" << endl; in SetVideoValue() 148 videoFrame++; in SetVideoValue() 226 int videoFrame = 0; in HWTEST_F() local 257 SetVideoValue(attr, videoIsEnd, videoFrame, vKeyCount); in HWTEST_F() 267 ASSERT_EQ(videoFrame, 602); in HWTEST_F() 283 int videoFrame = 0; in HWTEST_F() local 314 SetVideoValue(attr, videoIsEnd, videoFrame, vKeyCount); in HWTEST_F() 324 ASSERT_EQ(videoFrame, 602); in HWTEST_F() 339 int videoFrame in HWTEST_F() local 393 int videoFrame = 0; HWTEST_F() local 447 int videoFrame = 0; HWTEST_F() local 537 int videoFrame = 0; HWTEST_F() local 591 int videoFrame = 0; HWTEST_F() local 645 int videoFrame = 0; HWTEST_F() local 729 int videoFrame = 0; HWTEST_F() local 1405 int videoFrame = 0; HWTEST_F() local 1459 int videoFrame = 0; HWTEST_F() local 1668 int videoFrame = 0; HWTEST_F() local 1713 int videoFrame = 0; HWTEST_F() local [all...] |
H A D | func_test.cpp | 129 static void SetVideoValue(OH_AVCodecBufferAttr attr, bool &videoIsEnd, int &videoFrame, int &vKeyCount) in SetVideoValue() argument 133 cout << videoFrame << " video is end !!!!!!!!!!!!!!!" << endl; in SetVideoValue() 135 videoFrame++; in SetVideoValue() 289 int videoFrame = 0; in HWTEST_F() local 325 SetVideoValue(attr, videoIsEnd, videoFrame, vKeyCount); in HWTEST_F() 330 ASSERT_EQ(videoFrame, 600); in HWTEST_F() 348 int videoFrame = 0; in HWTEST_F() local 383 SetVideoValue(attr, videoIsEnd, videoFrame, vKeyCount); in HWTEST_F() 388 ASSERT_EQ(videoFrame, 602); in HWTEST_F() 406 int videoFrame in HWTEST_F() local 764 int videoFrame = 0; HWTEST_F() local 916 int videoFrame = 0; HWTEST_F() local 1083 int videoFrame = 0; HWTEST_F() local [all...] |
H A D | format_test.cpp | 146 static void SetVideoValue(OH_AVCodecBufferAttr attr, bool &videoIsEnd, int &videoFrame, int &vKeyCount) in SetVideoValue() argument 150 cout << videoFrame << " video is end !!!!!!!!!!!!!!!" << endl; in SetVideoValue() 152 videoFrame++; in SetVideoValue() 557 int videoFrame = 0; in HWTEST_F() local 574 SetVideoValue(attr, videoIsEnd, videoFrame, vKeyCount); in HWTEST_F() 614 int videoFrame = 0; in HWTEST_F() local 631 SetVideoValue(attr, videoIsEnd, videoFrame, vKeyCount); in HWTEST_F() 670 int videoFrame = 0; in HWTEST_F() local 687 SetVideoValue(attr, videoIsEnd, videoFrame, vKeyCount); in HWTEST_F()
|
H A D | net2_test.cpp | 247 static void SetVideoValue(OH_AVCodecBufferAttr attr, bool &videoIsEnd, int &videoFrame, int &vKeyCount) in SetVideoValue() argument 251 cout << videoFrame << " video is end !!!!!!!!!!!!!!!" << endl; in SetVideoValue() 253 videoFrame++; in SetVideoValue() 844 int videoFrame = 0; in HWTEST_F() local 867 SetVideoValue(attr, videoIsEnd, videoFrame, vKeyCount); in HWTEST_F() 869 ASSERT_EQ(videoFrame, 600); in HWTEST_F() 886 int videoFrame = 0; in HWTEST_F() local 914 SetVideoValue(attr, videoIsEnd, videoFrame, vKeyCount); in HWTEST_F() 922 ASSERT_EQ(videoFrame, 3000); in HWTEST_F()
|