HomeSort by relevance Sort by last modified time
    Searched refs:c2Handle (Results 1 - 2 of 2) sorted by null

  /hardware/google/av/codec2/vndk/v4l2/
C2VdaBqBlockPool.cpp 182 C2Handle* c2Handle = android::WrapNativeCodec2GrallocHandle(
186 if (!c2Handle) {
192 c2_status_t err = mAllocator->priorGraphicAllocation(c2Handle, &alloc);
  /hardware/google/av/codec2/vndk/platform/
C2BqBuffer.cpp 135 const C2Handle *handle) {
263 C2Handle *c2Handle = android::WrapNativeCodec2GrallocHandle(
271 if (c2Handle) {
272 // Moved everything to c2Handle.
275 c2_status_t err = mAllocator->priorGraphicAllocation(c2Handle, &alloc);

Completed in 4791 milliseconds