Skip to content

Commit

Permalink
Add log to identify the mem type in create surface
Browse files Browse the repository at this point in the history
Signed-off-by: Anoob Anto K <[email protected]>
  • Loading branch information
akodanka committed Sep 10, 2024
1 parent 009068f commit c187a90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3252,6 +3252,7 @@ VAStatus MediaLibvaInterfaceNext::CreateSurfaces2 (
#endif
(attribList[i].value.value.i == VA_SURFACE_ATTRIB_MEM_TYPE_USER_PTR))
{
ALOGI("ANOOB CreateSurfaces2, VASurfaceAttribMemoryType %x", attribList[i].value.value.i);
memTypeFlag = attribList[i].value.value.i;
surfIsUserPtr = (attribList[i].value.value.i == VA_SURFACE_ATTRIB_MEM_TYPE_USER_PTR);
}
Expand Down

0 comments on commit c187a90

Please sign in to comment.