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