Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dcommon.h77 UINT wMsgFilterMin, UINT wMsgFilterMax) { in GetMessage_Win32()
83 UINT wMsgFilterMin, UINT wMsgFilterMax) { in GetMessage()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.h53 UINT mNumBytesPerInputFrame;
54 UINT mOutBufferSize;
DC2SoftAacDec.cpp524 UINT inBufferLength[FILEREAD_MAX_LAYERS] = {0}; in process()
525 UINT bytesValid[FILEREAD_MAX_LAYERS] = {0}; in process()
644 UINT inBufferUsedLength = inBufferLength[0] - bytesValid[0]; in process()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_stream_parser.h114 enum Type { DOUBLE, INT, UINT }; enumerator
Djson_stream_parser.cc482 case NumberResult::UINT: in ParseNumber()
546 result->type = NumberResult::UINT; in ParseNumberHelper()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp615 UINT inBufferLength[FILEREAD_MAX_LAYERS] = {0}; in onQueueFilled()
616 UINT bytesValid[FILEREAD_MAX_LAYERS] = {0}; in onQueueFilled()
767 UINT inBufferUsedLength = inBufferLength[0] - bytesValid[0]; in onQueueFilled()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.cpp391 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
2851 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in WndProc()
Dcube.c2519 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in WndProc()