Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h348 status_t toStatusT(c2_status_t c2s, c2_operation_t c2op = C2_OPERATION_NONE);
DCCodecBufferChannel.cpp1885 status_t toStatusT(c2_status_t c2s, c2_operation_t c2op) { in toStatusT() argument
1887 if (c2s == C2_OK) { in toStatusT()
1895 switch (c2s) { in toStatusT()
1906 switch (c2s) { in toStatusT()
1931 return -static_cast<status_t>(c2s); in toStatusT()