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