Searched refs:RangeValueBlockUnmarshalling (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/codec/hal/include/ |
H A D | codec_types.h | 43 bool RangeValueBlockUnmarshalling(struct HdfSBuf *data, RangeValue *dataBlock);
|
/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_types.c | 395 bool RangeValueBlockUnmarshalling(struct HdfSBuf *data, RangeValue *dataBlock) in RangeValueBlockUnmarshalling() function 473 IF_FALSE_PRINT_MSG_RETURN_FALSE(RangeValueBlockUnmarshalling(data, &dataBlock->bitRate), in CodecCompCapabilityBlockUnmarshalling()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/ |
H A D | codec_types.cpp.txt | 158 bool RangeValueBlockUnmarshalling(OHOS::MessageParcel& data, OHOS::HDI::Codec::V1_0::RangeValue& da… 242 if (!OHOS::HDI::Codec::V1_0::RangeValueBlockUnmarshalling(data, dataBlock.blockCount)) { 247 if (!OHOS::HDI::Codec::V1_0::RangeValueBlockUnmarshalling(data, dataBlock.blocksPerSecond)) { 267 if (!OHOS::HDI::Codec::V1_0::RangeValueBlockUnmarshalling(data, dataBlock.frameRate)) { 487 if (!OHOS::HDI::Codec::V1_0::RangeValueBlockUnmarshalling(data, dataBlock.bitRate)) {
|
H A D | codec_types.h.txt | 312 bool RangeValueBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Codec::V1_0::RangeValue& da…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/ |
H A D | codec_types.cpp.txt | 158 bool RangeValueBlockUnmarshalling(OHOS::MessageParcel& data, OHOS::HDI::Codec::V2_0::RangeValue& da… 242 if (!OHOS::HDI::Codec::V2_0::RangeValueBlockUnmarshalling(data, dataBlock.blockCount)) { 247 if (!OHOS::HDI::Codec::V2_0::RangeValueBlockUnmarshalling(data, dataBlock.blocksPerSecond)) { 267 if (!OHOS::HDI::Codec::V2_0::RangeValueBlockUnmarshalling(data, dataBlock.frameRate)) { 487 if (!OHOS::HDI::Codec::V2_0::RangeValueBlockUnmarshalling(data, dataBlock.bitRate)) {
|
H A D | codec_types.h.txt | 313 bool RangeValueBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Codec::V2_0::RangeValue& da…
|