Searched refs:RangeValueBlockMarshalling (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/codec/hal/include/ |
H A D | codec_types.h | 41 bool RangeValueBlockMarshalling(struct HdfSBuf *data, const RangeValue *dataBlock);
|
/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_types.c | 380 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 D | codec_types.cpp.txt | 150 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 D | codec_types.h.txt | 310 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 D | codec_types.cpp.txt | 150 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 D | codec_types.h.txt | 311 bool RangeValueBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Codec::V2_0::RangeValue…
|