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

  /frameworks/base/media/libstagefright/codecs/avc/common/src/
fmo.cpp 113 yBottomRight = pps->bottom_right[ iGroup ] / PicWidthInMbs;
114 xBottomRight = pps->bottom_right[ iGroup ] % PicWidthInMbs;
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 120 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* except the last one which is the background. */ member in struct:tagAVCEncParam
init.cpp 260 picParam->bottom_right[ii] = encParam->bottom_right[ii];
373 picParam->bottom_right[ii] = extP->bottom_right[ii];
    [all...]
header.cpp 260 status = ue_v(stream, picParam->bottom_right[iGroup]);
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 359 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* ue(v) */ member in struct:tagPicParamSet
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 1039 chtype bottom_left =0, chtype bottom_right=0) {
1041 bottom_left, bottom_right); }
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
header.cpp 389 ue_v(stream, &(picParam->bottom_right[iGroup]));
    [all...]

Completed in 65 milliseconds