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