Searched refs:m_dst32 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorThumbnailMain.cpp51 * Based on request for RGB565 or RGB888, m_dst16 or m_dst32
58 M4OSA_Int32* m_dst32; member in struct:__anon32
113 if (pC->m_dst32 != NULL)
115 M4OSA_Int32* dst = pC->m_dst32;
279 pC->m_dst32 = pixelArray;
301 pC->m_dst32 = NULL;
H A DVideoEditorMain.cpp2241 jint* m_dst32 = M4OSA_NULL; local
2265 m_dst32 = env->GetIntArrayElements(pixelArray, NULL);
2267 err = ThumbnailGetPixels32(mContext, (M4OSA_Int32 *)m_dst32, width,height,&timeMS,0);
2274 env->ReleaseIntArrayElements(pixelArray, m_dst32, 0);
2318 jint* m_dst32 = env->GetIntArrayElements(pixelArray, NULL); local
2329 err = ThumbnailGetPixels32(mContext, ((M4OSA_Int32 *)m_dst32),
2341 env->ReleaseIntArrayElements(pixelArray, m_dst32, 0);

Completed in 331 milliseconds