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

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
init.cpp 334 picParam->redundant_pic_cnt_present_flag = 0; /* default */
455 if (extP->redundant_pic_cnt_present_flag != 0)
459 picParam->redundant_pic_cnt_present_flag = extP->redundant_pic_cnt_present_flag; /* default */
588 picParam->redundant_pic_cnt_present_flag == FALSE)
    [all...]
header.cpp 308 temp |= picParam->redundant_pic_cnt_present_flag;
375 if (currPPS->redundant_pic_cnt_present_flag)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 376 uint redundant_pic_cnt_present_flag; /* u(1) */ member in struct:tagPicParamSet
404 /* if(redundant_pic_cnt_present_flag) */
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
header.cpp 496 picParam->redundant_pic_cnt_present_flag = pic_parameter_set_id & 1;
658 if (currPPS->redundant_pic_cnt_present_flag)
    [all...]

Completed in 16 milliseconds