Lines Matching refs:pictureFormat
1640 int32_t pictureFormat = lookupAttr(PICTURE_TYPES_MAP, PARAM_MAP_SIZE(PICTURE_TYPES_MAP), str);
1641 if (pictureFormat != NAME_NOT_FOUND) {
1642 mPictureFormat = pictureFormat;
3926 int32_t pictureFormat = lookupAttr(PICTURE_TYPES_MAP, PARAM_MAP_SIZE(PICTURE_TYPES_MAP),
3928 if (pictureFormat != NAME_NOT_FOUND) {
3929 if (CAM_FORMAT_YUV_422_NV16 == pictureFormat) {