Home
last modified time | relevance | path

Searched refs:pWcharOutputFile (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/build/windowsphone/all/
DCodecRTComponent.cpp71 const wchar_t* pWcharOutputFile = OutputLocationPath->Data(); in Encode() local
73 iSize = wcslen (pWcharOutputFile); in Encode()
76 OutputPath[y] = (char)pWcharOutputFile[y]; in Encode()
158 const wchar_t* pWcharOutputFile = OutputLocationPath->Data(); in Decode() local
160 size = wcslen (pWcharOutputFile); in Decode()
163 OutputPath[y] = (char)pWcharOutputFile[y]; in Decode()
/third_party/openh264/test/build/windowsphone/codec_ut/
DCodec_UT_RTComponent.cpp32 const wchar_t* pWcharOutputFile = OutputLocationPath->Data(); in TestAllCases() local
34 int size = wcslen (pWcharOutputFile); in TestAllCases()
37 OutputPath[y] = (char)pWcharOutputFile[y]; in TestAllCases()