Searched defs:pFp (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/common/src/ |
D | crt_util_safe_x.cpp | 92 WelsFileHandle* pFp = NULL; in WelsFopen() local 100 int32_t WelsFclose (WelsFileHandle* pFp) { in WelsFclose() 160 int32_t WelsFclose (WelsFileHandle* pFp) { in WelsFclose() 213 int32_t WelsFclose (WelsFileHandle* pFp) { in WelsFclose() 252 int32_t WelsFwrite (const void* kpBuffer, int32_t iSize, int32_t iCount, WelsFileHandle* pFp) { in WelsFwrite() 264 int32_t WelsFflush (WelsFileHandle* pFp) { in WelsFflush()
|
/third_party/openh264/codec/console/dec/src/ |
D | d3d9_utils.cpp | 118 HRESULT CD3D9Utils::Process (void* pDst[3], SBufferInfo* pInfo, FILE* pFp) { in Process() 176 HRESULT CD3D9Utils::Dump (void* pDst[3], SBufferInfo* pInfo, FILE* pFp) { in Dump() 299 HRESULT CD3D9ExUtils::Process (void* pDst[3], SBufferInfo* pInfo, FILE* pFp) { in Process() 358 HRESULT CD3D9ExUtils::Dump (void* pDst[3], SBufferInfo* pInfo, FILE* pFp) { in Dump() 559 int CUtils::Process (void* pDst[3], SBufferInfo* pInfo, FILE* pFp) { in Process() 625 void Write2File (FILE* pFp, unsigned char* pData[3], int iStride[2], int iWidth, int iHeight) { in Write2File()
|
/third_party/openh264/test/api/ |
D | BaseThreadDecoderTest.cpp | 104 static void Write2File (FILE* pFp, unsigned char* pData[3], int iStride[2], int iWidth, int iHeight… in Write2File() 129 static void Process (SBufferInfo* pInfo, FILE* pFp) { in Process()
|