Searched refs:tmpStr (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/videoio/src/
H A Dcap_dshow.cpp2181 char tmpStr[8]; local
2182 if( type == MEDIASUBTYPE_RGB24) sprintf(tmpStr, "RGB24");
2183 else if(type == MEDIASUBTYPE_RGB32) sprintf(tmpStr, "RGB32");
2184 else if(type == MEDIASUBTYPE_RGB555)sprintf(tmpStr, "RGB555");
2185 else if(type == MEDIASUBTYPE_RGB565)sprintf(tmpStr, "RGB565");
2186 else if(type == MEDIASUBTYPE_YUY2) sprintf(tmpStr, "YUY2");
2187 else if(type == MEDIASUBTYPE_YVYU) sprintf(tmpStr, "YVYU");
2188 else if(type == MEDIASUBTYPE_YUYV) sprintf(tmpStr, "YUYV");
2189 else if(type == MEDIASUBTYPE_IYUV) sprintf(tmpStr, "IYUV");
2190 else if(type == MEDIASUBTYPE_UYVY) sprintf(tmpStr, "UYV
2226 char tmpStr[16]; local
2309 char tmpStr[16]; local
[all...]
/external/webrtc/webrtc/modules/media_file/
H A Dmedia_file_utility.cc79 // TODO (hellner): tmpStr and tmpStr2 seems unnecessary here.
80 char tmpStr[6] = "FOUR"; local
99 tmpStr[i] = RIFFheaderObj.ckID[i];
101 if(strcmp(tmpStr, "RIFF") != 0)
109 tmpStr[i] = RIFFheaderObj.wave_ckID[i];
111 if(strcmp(tmpStr, "WAVE") != 0)
129 memcpy(tmpStr, CHUNKheaderObj.fmt_ckID, 4);
134 if(strcmp(tmpStr, "fmt ") == 0)
186 else if(strcmp(tmpStr, "data") == 0)
213 memcpy(tmpStr, CHUNKheaderOb
[all...]
/external/skia/src/ports/
H A DSkFontHost_mac.cpp2052 SkString tmpStr; local
2054 desc->setFamilyName(get_str(CTFontCopyFamilyName(fFontRef), &tmpStr));
2055 desc->setFullName(get_str(CTFontCopyFullName(fFontRef), &tmpStr));
2056 desc->setPostscriptName(get_str(CTFontCopyPostScriptName(fFontRef), &tmpStr));
/external/skia/tools/debugger/
H A DSkDrawCommand.cpp2481 SkAutoTDelete<SkString> tmpStr(new SkString);
2482 tmpStr->printf("==== Run [%d] ====", runs++);
2483 fInfo.push(tmpStr.release());
2486 tmpStr.reset(new SkString("GlyphPositioning: "));
2487 tmpStr->append(gPositioningLabels[iter.positioning()]);
2488 fInfo.push(tmpStr.release());

Completed in 93 milliseconds