Lines Matching refs:RINOK
50 RINOK(codecsInfo->GetProperty(index, propID, &prop)); in ReadNumberOfStreams()
63 RINOK(codecsInfo->GetProperty(index, propID, &prop)); in ReadIsAssignedProp()
84 RINOK(GetCodecs->GetNumMethods(&num)); in Load()
90 RINOK(GetCodecs->GetProperty(i, NMethodPropID::kID, &prop)); in Load()
98 RINOK(GetCodecs->GetProperty(i, NMethodPropID::kName, &prop)); in Load()
104 RINOK(ReadNumberOfStreams(GetCodecs, i, NMethodPropID::kPackStreams, info.NumStreams)); in Load()
107 RINOK(ReadNumberOfStreams(GetCodecs, i, NMethodPropID::kUnpackStreams, numUnpackStreams)); in Load()
111 …RINOK(ReadIsAssignedProp(GetCodecs, i, NMethodPropID::kEncoderIsAssigned, info.EncoderIsAssigned)); in Load()
112 …RINOK(ReadIsAssignedProp(GetCodecs, i, NMethodPropID::kDecoderIsAssigned, info.DecoderIsAssigned)); in Load()
127 RINOK(GetHashers->GetHasherProp(i, NMethodPropID::kID, &prop)); in Load()
135 RINOK(GetHashers->GetHasherProp(i, NMethodPropID::kName, &prop)); in Load()