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