Home
last modified time | relevance | path

Searched refs:RangeValueBlockMarshalling (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/codec/hal/include/
H A Dcodec_types.h41 bool RangeValueBlockMarshalling(struct HdfSBuf *data, const RangeValue *dataBlock);
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_types.c380 bool RangeValueBlockMarshalling(struct HdfSBuf *data, const RangeValue *dataBlock) in RangeValueBlockMarshalling() function
436 IF_FALSE_PRINT_MSG_RETURN_FALSE(RangeValueBlockMarshalling(data, &dataBlock->bitRate), in CodecCompCapabilityBlockMarshalling()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/
H A Dcodec_types.cpp.txt150 bool RangeValueBlockMarshalling(OHOS::MessageParcel& data, const OHOS::HDI::Codec::V1_0::RangeValue…
188 if (!RangeValueBlockMarshalling(data, dataBlock.blockCount)) {
193 if (!RangeValueBlockMarshalling(data, dataBlock.blocksPerSecond)) {
213 if (!RangeValueBlockMarshalling(data, dataBlock.frameRate)) {
418 if (!RangeValueBlockMarshalling(data, dataBlock.bitRate)) {
H A Dcodec_types.h.txt310 bool RangeValueBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Codec::V1_0::RangeValue…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/
H A Dcodec_types.cpp.txt150 bool RangeValueBlockMarshalling(OHOS::MessageParcel& data, const OHOS::HDI::Codec::V2_0::RangeValue…
188 if (!RangeValueBlockMarshalling(data, dataBlock.blockCount)) {
193 if (!RangeValueBlockMarshalling(data, dataBlock.blocksPerSecond)) {
213 if (!RangeValueBlockMarshalling(data, dataBlock.frameRate)) {
418 if (!RangeValueBlockMarshalling(data, dataBlock.bitRate)) {
H A Dcodec_types.h.txt311 bool RangeValueBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Codec::V2_0::RangeValue…