Home
last modified time | relevance | path

Searched refs:INVALID_POSITION (Results 1 - 17 of 17) sorted by relevance

/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_memory.h25 constexpr size_t INVALID_POSITION = -1; member
108 virtual size_t Write(const uint8_t* in, size_t writeSize, size_t position = INVALID_POSITION);
110 virtual size_t Read(uint8_t* out, size_t readSize, size_t position = INVALID_POSITION);
/foundation/multimedia/media_foundation/interface/inner_api/buffer/
H A Davsharedmemorybase.h83 int32_t Write(const uint8_t *in, int32_t writeSize, int32_t position = INVALID_POSITION);
85 int32_t Read(uint8_t *out, int32_t readSize, int32_t position = INVALID_POSITION);
131 static constexpr int32_t INVALID_POSITION = -1; member in OHOS::Media::AVSharedMemoryBase
H A Davbuffer.h205 * @param position The position of writing data in memory, if equal to INVALID_POSITION, write continuously after
210 virtual int32_t Write(const uint8_t *in, int32_t writeSize, int32_t position = INVALID_POSITION);
216 * @param position The position of reading data in memory, if equal to INVALID_POSITION, read from begin, bytes.
220 virtual int32_t Read(uint8_t *out, int32_t readSize, int32_t position = INVALID_POSITION);
H A Davbuffer_common.h42 constexpr int32_t INVALID_POSITION = -1; member
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_buffer.h27 constexpr size_t INVALID_POSITION = -1; member
47 size_t Write(const uint8_t* in, size_t writeSize, size_t position = INVALID_POSITION);
48 size_t Read(uint8_t* out, size_t readSize, size_t position = INVALID_POSITION);
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dcommon_func.h24 constexpr int64_t INVALID_POSITION = std::numeric_limits<decltype(INVALID_POSITION)>::max(); member
H A Dcommon_func.cpp361 retPos = INVALID_POSITION; in GetWriteArgV9()
/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dshare_memory.cpp56 if (position == INVALID_POSITION) { in Write()
74 if (position != INVALID_POSITION) { in Read()
H A Dplugin_buffer.cpp60 if (position == INVALID_POSITION) { in Write()
77 if (position != INVALID_POSITION) { in Read()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkvstore_result_set.h26 inline static constexpr int INVALID_POSITION = -ALREADY_CLOSED; member in OHOS::DistributedKv::KvStoreResultSet
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddata_packer.cpp31 static const DataPacker::Position INVALID_POSITION = DataPacker::Position(-1, 0, 0); member
35 prevGet_(INVALID_POSITION), currentGet_(INVALID_POSITION), capacity_(MAX_BUFFER_NUMBER_IN_DATA_PACKER) in DataPacker()
337 prevGet_ = INVALID_POSITION; in FlushInternal()
338 currentGet_ = INVALID_POSITION; in FlushInternal()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_buffer.cpp128 if (position == INVALID_POSITION) { in Write()
145 if (position != INVALID_POSITION) { in Read()
/foundation/multimedia/media_foundation/src/buffer/avsharedmemory/
H A Davsharedmemorybase.cpp160 if (position == INVALID_POSITION) { in Write()
186 if (position != INVALID_POSITION) { in Read()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_result_set.cpp50 return INVALID_POSITION; in GetPosition()
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Davmemory.cpp336 if (position <= INVALID_POSITION) { in Write()
364 if (position > INVALID_POSITION) { in Read()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
H A Dfile_source_stream.cpp48 constexpr int INVALID_POSITION = -1; member
443 int location = INVALID_POSITION; in ShouldUseMmap()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_test.cpp710 ASSERT_EQ(outputTmp->GetPosition(), KvStoreResultSet::INVALID_POSITION); in HWTEST_F()

Completed in 11 milliseconds