Searched refs:memoryObjList_ (Results 1 – 2 of 2) sorted by relevance
42 std::list<OHOS::sptr<OH_AVMemory>> memoryObjList_; member135 for (auto &memoryObj : audioDecObj->memoryObjList_) { in GetInputData()146 audioDecObj->memoryObjList_.push_back(object); in GetInputData()161 for (auto &memoryObj : audioDecObj->memoryObjList_) { in GetOutputData()172 audioDecObj->memoryObjList_.push_back(object); in GetOutputData()230 audioDecObj->memoryObjList_.clear(); in OH_AudioDecoder_Destroy()317 audioDecObj->memoryObjList_.clear(); in OH_AudioDecoder_Stop()344 audioDecObj->memoryObjList_.clear(); in OH_AudioDecoder_Flush()367 audioDecObj->memoryObjList_.clear(); in OH_AudioDecoder_Reset()
44 std::list<OHOS::sptr<OH_AVMemory>> memoryObjList_; member135 for (auto &memoryObj : audioEncObj->memoryObjList_) { in GetInputData()146 audioEncObj->memoryObjList_.push_back(object); in GetInputData()161 for (auto &memoryObj : audioEncObj->memoryObjList_) { in GetOutputData()172 audioEncObj->memoryObjList_.push_back(object); in GetOutputData()230 audioEncObj->memoryObjList_.clear(); in OH_AudioEncoder_Destroy()317 audioEncObj->memoryObjList_.clear(); in OH_AudioEncoder_Stop()345 audioEncObj->memoryObjList_.clear(); in OH_AudioEncoder_Flush()365 audioEncObj->memoryObjList_.clear(); in OH_AudioEncoder_Reset()