Searched refs:c2Status (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | InputSurfaceConnection.cpp | 129 c2_status_t c2Status = queryFromSink({ &inputSize, &usage }, in init() local 133 if (c2Status != C2_OK) { in init() 136 << "status = " << asString(c2Status) << "."; in init()
|
/frameworks/av/media/codec2/vndk/platform/ |
D | C2BqBuffer.cpp | 390 c2_status_t c2Status; in fetchFromIgbp_l() local 423 c2Status = dequeueBuffer(width, height, format, androidUsage, in fetchFromIgbp_l() 425 if (c2Status != C2_OK) { in fetchFromIgbp_l() 431 c2Status = dequeueBuffer(width, height, format, usage, in fetchFromIgbp_l() 434 if (c2Status != C2_OK) { in fetchFromIgbp_l() 435 return c2Status; in fetchFromIgbp_l()
|