Searched refs:isSetParameterCb (Results 1 – 2 of 2) sorted by relevance
147 int32_t isSetParameterCb = (codecMode_ & CODEC_SET_PARAMETER_CALLBACK) != 0; in Configure() local148 …<Format &>(format).PutIntValue(Tag::VIDEO_ENCODER_ENABLE_SURFACE_INPUT_CALLBACK, isSetParameterCb); in Configure()
245 int32_t isSetParameterCb = 0; in Configure() local246 format.GetIntValue(Tag::VIDEO_ENCODER_ENABLE_SURFACE_INPUT_CALLBACK, isSetParameterCb); in Configure()247 isSetParameterCb_ = isSetParameterCb != 0; in Configure()