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

  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 45 mImg(NULL) {
126 while ((mImg = vpx_codec_get_frame((vpx_codec_ctx_t *)mCtx, &iter))) {
132 if (mImg == NULL) {
133 mImg = vpx_codec_get_frame((vpx_codec_ctx_t *)mCtx, &iter);
134 if (mImg == NULL) {
138 uint32_t width = mImg->d_w;
139 uint32_t height = mImg->d_h;
142 CHECK_EQ(mImg->fmt, VPX_IMG_FMT_I420);
151 outHeader->nTimeStamp = *(OMX_TICKS *)mImg->user_priv;
154 const uint8_t *srcY = (const uint8_t *)mImg->planes[VPX_PLANE_Y]
    [all...]
SoftVPX.h 64 vpx_image_t *mImg;

Completed in 1104 milliseconds