Home
last modified time | relevance | path

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

/third_party/openh264/codec/build/windowsphone/all/
DCodecRTComponent.cpp134 char InputBitstreamPath[256] = { 0 }; in Decode() local
167 strcpy_s (InputBitstreamPath, InputPath); in Decode()
168 strcat_s (InputBitstreamPath, "BA_MW_D.264"); in Decode()
174 argv[1] = InputBitstreamPath; in Decode()