Home | History | Annotate | Download | only in video_engine

Lines Matching refs:GetCount

38   if (vie_base->GetCount() > 0) {
39 LOG(LS_ERROR) << "ViEBase ref count > 0: " << vie_base->GetCount();
44 if (vie_capture->GetCount() > 0) {
45 LOG(LS_ERROR) << "ViECapture ref count > 0: " << vie_capture->GetCount();
51 if (vie_codec->GetCount() > 0) {
52 LOG(LS_ERROR) << "ViECodec ref count > 0: " << vie_codec->GetCount();
58 if (vie_external_codec->GetCount() > 0) {
60 << vie_external_codec->GetCount();
66 if (vie_file->GetCount() > 0) {
67 LOG(LS_ERROR) << "ViEFile ref count > 0: " << vie_file->GetCount();
73 if (vie_image_process->GetCount() > 0) {
75 << vie_image_process->GetCount();
80 if (vie_network->GetCount() > 0) {
81 LOG(LS_ERROR) << "ViENetwork ref count > 0: " << vie_network->GetCount();
86 if (vie_render->GetCount() > 0) {
87 LOG(LS_ERROR) << "ViERender ref count > 0: " << vie_render->GetCount();
93 if (vie_rtp_rtcp->GetCount() > 0) {
94 LOG(LS_ERROR) << "ViERTP_RTCP ref count > 0: " << vie_rtp_rtcp->GetCount();