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