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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 240 int nMBinGOB; /* number of MBs in GOB, 05/22/00 */
combined_decode.cpp 202 if (mbnum >= (int)(video->mbnum_row + 1)*video->nMBinGOB) /* 10/11/01 */
289 mbnum = currVop->gobNumber * video->nMBinGOB;
vop.cpp     [all...]
pvdec_api.cpp 296 video->nMBinGOB = video->width / MB_SIZE;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 126 Int nMBinGOB; /* number of MBs in GOB, 05/22/00 */
mp4enc_api.cpp     [all...]

Completed in 1105 milliseconds