Searched refs:codecInputData (Results 1 – 1 of 1) sorted by relevance
4972 const sp<MediaCodecBuffer> &codecInputData = info.mData; in queueCSDInputBuffer() local4974 if (csd->size() > codecInputData->capacity()) { in queueCSDInputBuffer()4977 if (codecInputData->data() == NULL) { in queueCSDInputBuffer()4982 memcpy(codecInputData->data(), csd->data(), csd->size()); in queueCSDInputBuffer()