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