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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
init.cpp 39 AVCPicParamSet* extP = NULL;
42 if (extPPS) extP = (AVCPicParamSet*) extPPS;
89 if (!extS && !extP)
232 if (!extP && !extS)
336 else if (extP)// external PPS
338 picParam->pic_parameter_set_id = extP->pic_parameter_set_id - 1; /* to be increased by one */
339 picParam->seq_parameter_set_id = extP->seq_parameter_set_id;
340 picParam->entropy_coding_mode_flag = extP->entropy_coding_mode_flag;
341 if (extP->entropy_coding_mode_flag != 0) /* default to CAVLC */
345 picParam->pic_order_present_flag = extP->pic_order_present_flag; /* default for now, will need it for B-slice *
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosBuffer.h 58 char *extP[3]; //! Y Cb Cr.
64 unsigned int extP[3]; //! Y Cb Cr.
76 unsigned int extP[3]; //! \n
90 virt. extP[i] = NULL;
91 phys. extP[i] = 0;
93 reserved.extP[i] = 0;
102 virt. extP[i] = other->virt.extP[i];
103 phys. extP[i] = other->phys.extP[i]
    [all...]

Completed in 29 milliseconds