Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_BUFFER_SIZE (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dstatus.h58 ERROR_INVALID_BUFFER_SIZE = 0xF001, member
/foundation/multimedia/media_foundation/tests/unittest/avbuffer_queue/
H A Davbuffer_queue_func_unit_test.cpp121 ASSERT_EQ(avBufferQueueImpl_->SetQueueSize(size + 1), Status::ERROR_INVALID_BUFFER_SIZE); in HWTEST_F()
207 EXPECT_EQ(avBufferQueueImpl_->PushBuffer(buffer, true), Status::ERROR_INVALID_BUFFER_SIZE); in HWTEST_F()
241 EXPECT_EQ(avBufferQueueImpl_->PushBuffer(buffer, true), Status::ERROR_INVALID_BUFFER_SIZE); in HWTEST_F()
/foundation/multimedia/av_codec/frameworks/native/avmuxer/
H A Davmuxer_impl.cpp144 {Status::ERROR_INVALID_BUFFER_SIZE, AVCodecServiceErrCode::AVCS_ERR_INVALID_VAL}, in StatusConvert()
/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/
H A Davbuffer_queue.cpp111 Status::ERROR_INVALID_BUFFER_SIZE); in SetQueueSize()
368 FALSE_RETURN_V(ele.buffer->GetConfig().size >= 0, Status::ERROR_INVALID_BUFFER_SIZE); in PushBuffer()
418 FALSE_RETURN_V(config.size > 0, Status::ERROR_INVALID_BUFFER_SIZE); in ReturnBuffer()
/foundation/multimedia/av_codec/frameworks/native/common/
H A Davcodec_errors.cpp172 {Status::ERROR_INVALID_BUFFER_SIZE, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN},

Completed in 3 milliseconds