Searched refs:c2Handle (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/codec2/hidl/plugin/samples/ |
D | SampleFilterPlugin.cpp | 656 const C2Handle *c2Handle = in processLoop() local 661 c2Handle, &width, &height, &format, &usage, &stride, &generation, in processLoop() 663 native_handle_t *grallocHandle = UnwrapNativeCodec2GrallocHandle(c2Handle); in processLoop() 677 c2Handle = dstBlock->handle(); in processLoop() 679 c2Handle, &width, &height, &format, &usage, &stride, &generation, in processLoop() 681 grallocHandle = UnwrapNativeCodec2GrallocHandle(c2Handle); in processLoop()
|
/frameworks/av/media/codec2/vndk/platform/ |
D | C2BqBuffer.cpp | 528 C2Handle *c2Handle = android::WrapNativeCodec2GrallocHandle( in fetchFromIgbp_l() local 537 if (c2Handle) { in fetchFromIgbp_l() 539 c2_status_t err = mAllocator->priorGraphicAllocation(c2Handle, &alloc); in fetchFromIgbp_l() 541 native_handle_close(c2Handle); in fetchFromIgbp_l() 542 native_handle_delete(c2Handle); in fetchFromIgbp_l()
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.cpp | 748 const C2Handle *c2Handle = c2Buffer->data().graphicBlocks().front().handle(); in getOutputFrame() local 752 c2Handle, &width, &height, &format, &usage, &stride, &generation, in getOutputFrame() 754 native_handle_t *grallocHandle = UnwrapNativeCodec2GrallocHandle(c2Handle); in getOutputFrame()
|